[gstreamer-bugs] [Bug 633831] rtsp on windows
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Nov 3 02:38:17 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=633831
GStreamer | gst-plugins-good | git
--- Comment #4 from Nicola <lists at svrinformatica.it> 2010-11-03 09:38:13 UTC ---
additional tests:
server: gst-rtsp
server pipeline: rtspsrc location=... ! rtph264depay byte-stream=false !
h264parse ! rtph264pay name=pay0 pt=96
client: gstreamer on windows
client pipeline: rtspsrc location=urltogstrtsp ! rtph264depay ! ffdec_h264 !
...
result: crash after about 30 minutes
notes: tryed serveral options for rtp264depay and with and without the
h264parse element the crash remain
server: gst-http
server pipeline: rtspsrc location=... ! rtph264depay byte-stream=false !
h264parse ! gdppay ! appsink
client: gstreamer on windows (neonhttpsrc ... ! gdpdepay ! ...)
result: stable for hours
server: gst-rtsp
server pipeline: rtspsrc location=... ! rtpmp4vdepay ! mpeg4videoparse !
rtph264pay name=pay0 pt=96
client: gstreamer on windows
client pipeline: rtspsrc location=urltogstrtsp ! rtpmp4vdepay ! ffdec_mpeg4 !
...
result: gst-launch doesn't crash but I have frequently this error:
:00:00.750000000 3508 00BCA8F0 ERROR ffmpeg .:0:: warning: f
irst frame is no keyframe
0:00:01.015625000 3508 00BCA8F0 ERROR ffmpeg .:0:: warning:
f
irst frame is no keyframe
0:00:01.625000000 3508 00BCA8F0 ERROR ffmpeg .:0:: warning:
f
irst frame is no keyframe
0:00:03.562500000 3508 00BCA8F0 ERROR ffmpeg .:0:: warning:
f
irst frame is no keyframe
0:00:06.437500000 3508 00BCA8F0 ERROR ffmpeg .:0:: warning:
f
irst frame is no keyframe
0:00:07.718750000 3508 00BCA8F0 ERROR ffmpeg .:0:: warning:
f
irst frame is no keyframe
the video is green until the next keyframe, this happen frequently (in the log
above 3 times in 7 seconds)
notes: tryed with and without mpeg4videoparse (both on server and on client),
no changes
server: gst-http
server pipeline: rtspsrc location=... ! rtpmp4vdepay ! mpeg4videoparse ! gdppay
! appsink
client: gstreamer on windows (neonhttpsrc ... ! gdpdepay ! ...)
result: stable for hours with no keyframe issue
minor issue observed in all cases:
- h264 stream:
0:39:10.671875000 1256 00BB6BF0 ERROR ffmpeg .:0:: Missing
re
ference picture
0:39:10.671875000 1256 00BB6BF0 ERROR ffmpeg .:0::
decode_sli
ce_header error
0:39:10.671875000 1256 00BB6BF0 ERROR ffmpeg .:0:: mmco:
unre
f short failure
the effect is visible on the video but is not observed frequently,
please note that vlc on windows works fine both with gst-rtsp than directly
connected to the cameras
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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