mirror of https://bitbucket.org/ausocean/av.git
last update
This commit is contained in:
parent
ff401ee48d
commit
7b50a4e95c
|
@ -495,7 +495,7 @@ func (r *revidInst) setupInputForFile() error {
|
||||||
|
|
||||||
func (r *revidInst)testRtmp(delayTime uint){
|
func (r *revidInst)testRtmp(delayTime uint){
|
||||||
for {
|
for {
|
||||||
time.Sleep(time.Duration(delayTime)*time.Millisecond)
|
time.Sleep(time.Duration(delayTime)*time.Millisecond)
|
||||||
r.rtmpInst.EndSession()
|
r.rtmpInst.EndSession()
|
||||||
r.rtmpInst.StartSession()
|
r.rtmpInst.StartSession()
|
||||||
}
|
}
|
||||||
|
|
|
@ -145,12 +145,6 @@ func TestFlvOutputFile(t *testing.T) {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
<<<<<<< Updated upstream
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> Stashed changes
|
|
||||||
// Test h264 inputfile to flv format into rtmp using librtmp c wrapper
|
// Test h264 inputfile to flv format into rtmp using librtmp c wrapper
|
||||||
func TestRtmpOutputUsingLibRtmp(t *testing.T){
|
func TestRtmpOutputUsingLibRtmp(t *testing.T){
|
||||||
config := Config{
|
config := Config{
|
||||||
|
|
Loading…
Reference in New Issue