After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 767639 - rtsp-server: seek fails
rtsp-server: seek fails
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-06-14 08:41 UTC by Hyunjun Ko
Modified: 2016-06-20 15:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hyunjun Ko 2016-06-14 08:41:37 UTC
Server:
./test-mp4 video.mp4
Client:
gst-play-1.0 rtsp://127.0.0.1:8554/test

seek always fails.
Because async_done is not coming when seek done.
Is this regression?
Comment 1 Sebastian Dröge (slomo) 2016-06-17 09:15:13 UTC
In which version did it work for you, and when did it stop working? It works here with 1.8.2 and GIT master for me.
Comment 2 Hyunjun Ko 2016-06-20 10:33:01 UTC
(In reply to Sebastian Dröge (slomo) from comment #1)
> In which version did it work for you, and when did it stop working? It works
> here with 1.8.2 and GIT master for me.

I tested on git master. It seems it would be a problem on my env.
I'll close this once I confirmed it's ok on my environment.
Thanks for clarification!