pietjepuk
New Member
Hi,
We are using 'sip to rtmp' to call to a Twilio conference call and stream to a Wowza server. However, as soon as the conference call is started, wowza reports the following: "CupertinoPacketHandler.resetStream[......][11:0]: Timecodes jumped back in time.".
The timecode is reset to the time that the stream was started.
From client_logs/flashphoner.log:
Could the exception have anything to do with it? Also, the last log line "Audio sync not available, use first packet time!" might be of interest. I see a bunch of messages saying there is not enough data in audio buffer and synchronization time drop, although this does not match with the exact moment that timecodes are reset. But might indicate some underlying issue.
Please let me know if you need more information. I'd need a support email address that i can send the complete log files to, because this forum is public.
Thanks in advance for your help.
We are using 'sip to rtmp' to call to a Twilio conference call and stream to a Wowza server. However, as soon as the conference call is started, wowza reports the following: "CupertinoPacketHandler.resetStream[......][11:0]: Timecodes jumped back in time.".
The timecode is reset to the time that the stream was started.
From client_logs/flashphoner.log:
Code:
15:37:45,360 INFO AudioSession - pool-1-thread-5 forceRtmpAudioCodec null -1
15:37:45,366 INFO MediaSession - pool-1-thread-5 Start rtp activity detecting for audio session 1335452b-fe47-4f02-91fc-0a170879ac40
15:37:45,366 INFO RtpAudioPlayer - pool-1-thread-5 Rtp activity detecting started, port 31002
15:37:45,366 INFO MediaSession - pool-1-thread-5 Initialized 1335452b-fe47-4f02-91fc-0a170879ac40
15:37:45,367 INFO MediaSession - pool-1-thread-5 Create with video false
15:37:45,369 INFO MediaTransponder - pool-1-thread-5 Created media transponder, feeding session 1335452b-fe47-4f02-91fc-0a170879ac40
15:37:45,369 INFO MediaTransponder - pool-1-thread-5 Created rtmp transponder, rtmp url rtmp://....removed.....
15:37:45,374 INFO MediaSession - pool-1-thread-5 Setting requested video resolution
15:37:45,375 INFO MediaSession - pool-1-thread-5 Setting requested video quality 0
15:37:45,376 WARN MediaSession - pool-1-thread-5 useAVGenerator Session description is unavailable!
15:37:45,384 INFO AbstractRtpSession - pool-1-thread-5 Create Rtp Session - /....removed.....:31006 - /....removed.....:31007
15:37:45,385 INFO MediaSession - pool-1-thread-5 Start rtp activity detecting for audio session l8dd0sn1ch0a5t5ecm267k6o0q
15:37:45,385 INFO RtpAudioPlayer - pool-1-thread-5 Rtp activity detecting started, port 31006
15:37:45,385 INFO MediaSession - pool-1-thread-5 Initialized l8dd0sn1ch0a5t5ecm267k6o0q
15:37:45,385 INFO MediaTransponder - pool-1-thread-5 Session established
15:37:45,385 INFO 02-91fc-0a170879ac40 - AudioDistributor-mpeg4-generic-1335452b-fe47-4f02-91fc-0a170879ac40 Starting with queue size 0
15:37:45,393 ERROR MediaSession - pool-1-thread-5
java.lang.NullPointerException
at com.flashphoner.media.H.C$1.A(Unknown Source)
at com.flashphoner.media.D.a(Unknown Source)
at com.flashphoner.media.D.K(Unknown Source)
at com.flashphoner.media.D.R(Unknown Source)
at com.flashphoner.media.D.N(Unknown Source)
at com.flashphoner.media.D.A(Unknown Source)
at com.flashphoner.media.H.C.A(Unknown Source)
at com.flashphoner.media.H.C.D(Unknown Source)
at com.flashphoner.media.H.C.A(Unknown Source)
at com.flashphoner.media.H.D.A(Unknown Source)
at com.flashphoner.media.D.a(Unknown Source)
at com.flashphoner.media.D.K(Unknown Source)
at com.flashphoner.media.D.R(Unknown Source)
at com.flashphoner.media.D.r(Unknown Source)
at com.flashphoner.media.D.A(Unknown Source)
at com.flashphoner.sip.C.K.C(Unknown Source)
at com.flashphoner.sip.C.A.c(Unknown Source)
at com.flashphoner.sip.C.A.C(Unknown Source)
at com.flashphoner.sip.C.A.f(Unknown Source)
at com.flashphoner.sip.C.G.processResponse(Unknown Source)
at com.flashphoner.sip.D.A(Unknown Source)
at com.flashphoner.sip.D.access$700(Unknown Source)
at com.flashphoner.sip.D$_A.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
15:37:45,394 INFO MediaTransponder - pool-1-thread-5 Init rtmp writer
15:37:46,334 INFO leParticipantSession - RTP-pool-22-thread-1 Disable ignore packets from unknown ssrc
15:37:46,334 INFO leParticipantSession - RTP-pool-22-thread-1 First packet received from remote source, updated SSRC to 905897566.
15:37:47,333 WARN ediaSessionSyncPoint - RTP-pool-22-thread-1 Audio sync not available, use first packet time!
Code:
15:38:08,262 WARN -mpeg4-generic/44100 - AudioDistributor-mpeg4-generic-1335452b-fe47-4f02-91fc-0a170879ac40 Not enough data in audio buffer, current data size 1821
15:38:08,322 WARN -mpeg4-generic/44100 - AudioDistributor-mpeg4-generic-1335452b-fe47-4f02-91fc-0a170879ac40 Synchronization time drop, requested 1510241888321 current 1510241874995
Please let me know if you need more information. I'd need a support email address that i can send the complete log files to, because this forum is public.
Thanks in advance for your help.
Attachments
-
4.8 KB Views: 293
Last edited: