GNOME Bugzilla – Bug 574074
Seek doesn't work with rtspsrc and souphttpsrc when mpeg TS is being streamed
Last modified: 2009-03-16 07:57:27 UTC
After seek operation (mpeg2 TS file is being streamed) the xvimagesink stalls (seems to be waiting for syncronization). As I could see in the gstrtspsrc.c there's one step missing in seek implementation: the new segment is stored to be sent from the streaming thread context (line 1401) but doesn't seem to be actually posted downstream anywhere.
isn't the real issue that mpegtsdemux doesn't handle seeking properly ? In that case it would be a duplicate of #550634
Yes, it looks like. I'd mark this issue as a duplicate, thanks!
*** This bug has been marked as a duplicate of 550634 ***