[Bug 783314] Playbin Repeat play / pause when playing HLS stream, video playback hangs
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jun 2 06:24:01 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=783314
--- Comment #3 from shakin at outlook.com <shakin at outlook.com> ---
Update.
Perhaps, I should update the title.
Because not only HLS have this issure, I also reproduce in <mp4 over http> on
Android.
environment:
https://gstreamer.freedesktop.org/data/pkg/android/1.12.0/gstreamer-1.0-android-universal-1.12.0.tar.bz2
+
https://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/gst-sdk/tutorials/android-tutorial-5
Just pause, play,...,pause, play... alternately repeat.
(Maybe an automated script is helpful.
while(quit) {
is_playing_desired = !is_playing_desired;
is_playing_desired ? nativePause() : nativePlay();
sleep(1); //sleep 1 second
}
)
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list