home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Experimental TsReader development
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Owlsroost" data-source="post: 846993" data-attributes="member: 83973"><p>It was the ffmpeg decoder I was using (can't use CUVID on the dev laptop) - I managed to get that to hang....</p><p> </p><p>The LAV debug logging below is the output for the seek operation that ended in a hang - I think it looks as expected - begin/end flush, then NewSegment, then the H264 parser finds an I frame (which is what the first sample is supposed to contain). The other seeks in the log are similar.</p><p> </p><p>[CODE]</p><p>00000402 64.21269226 [172] LAVAudio.ax(tid 1884) 1811807 : CLAVAudio::BeginFlush() </p><p>00000403 64.21485901 [172] LAVVideo.ax(tid 1884) 1811889 : ::BeginFlush </p><p>00000404 64.35076904 [172] LAVVideo.ax(tid 1884) 1812024 : ::EndFlush </p><p>00000405 64.35507965 [172] LAVVideo.ax(tid 2038) 1812029 : ::NewSegment - -735892918 / 0 </p><p>00000406 64.36518860 [172] LAVAudio.ax(tid 1884) 1811960 : CLAVAudio::EndFlush() </p><p>00000407 64.36824036 [172] LAVAudio.ax(tid 231c) 1811963 : CLAVAudio::NewSegment() tStart: 3559074378, tStop: 4611686018427387903, dRate: 1.00 </p><p>00000408 64.50039673 [172] LAVVideo.ax(tid 2038) 1812174 : h264RandomAccess::parseForRecoveryPoint(): Found I frame </p><p>00000409 64.50257111 [172] LAVVideo.ax(tid 2038) 1812174 : h264RandomAccess::parseForRecoveryPoint(): Found IDR slice </p><p>00000410 64.50518036 [172] LAVAudio.ax(tid 231c) 1812099 : Resync Request; old: 0; new: 90000; buffer: 0 </p><p>[/CODE]</p><p> </p><p>I've only ever seen the issue when seeking (never at start of play or while playing).</p><p> </p><p>Tony</p></blockquote><p></p>
[QUOTE="Owlsroost, post: 846993, member: 83973"] It was the ffmpeg decoder I was using (can't use CUVID on the dev laptop) - I managed to get that to hang.... The LAV debug logging below is the output for the seek operation that ended in a hang - I think it looks as expected - begin/end flush, then NewSegment, then the H264 parser finds an I frame (which is what the first sample is supposed to contain). The other seeks in the log are similar. [CODE] 00000402 64.21269226 [172] LAVAudio.ax(tid 1884) 1811807 : CLAVAudio::BeginFlush() 00000403 64.21485901 [172] LAVVideo.ax(tid 1884) 1811889 : ::BeginFlush 00000404 64.35076904 [172] LAVVideo.ax(tid 1884) 1812024 : ::EndFlush 00000405 64.35507965 [172] LAVVideo.ax(tid 2038) 1812029 : ::NewSegment - -735892918 / 0 00000406 64.36518860 [172] LAVAudio.ax(tid 1884) 1811960 : CLAVAudio::EndFlush() 00000407 64.36824036 [172] LAVAudio.ax(tid 231c) 1811963 : CLAVAudio::NewSegment() tStart: 3559074378, tStop: 4611686018427387903, dRate: 1.00 00000408 64.50039673 [172] LAVVideo.ax(tid 2038) 1812174 : h264RandomAccess::parseForRecoveryPoint(): Found I frame 00000409 64.50257111 [172] LAVVideo.ax(tid 2038) 1812174 : h264RandomAccess::parseForRecoveryPoint(): Found IDR slice 00000410 64.50518036 [172] LAVAudio.ax(tid 231c) 1812099 : Resync Request; old: 0; new: 90000; buffer: 0 [/CODE] I've only ever seen the issue when seeking (never at start of play or while playing). Tony [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Experimental TsReader development
Contact us
RSS
Top
Bottom