Open GoogleCodeExporter opened 9 years ago
I suggest to decrease the priority from medium to low, infact you can
workaround the problem setting the right caps on udpsrc directly
Original comment by drakkan1...@gmail.com
on 7 Oct 2010 at 4:32
Can you provide an example (link?) showing the problem?
Original comment by david.g.hoyt
on 16 Oct 2010 at 1:15
[deleted comment]
Hi, I don't have windows now, however you can use something like this:
source (replace v4l2src with something windows specific or run the source
pipeline on linux ):
gst-launch-0.10 -v v4l2src do-timestamp=true ! jpegenc ! rtpjpegpay pt=26 !
udpsink host=127.0.0.1 port=6000
receiver:
gst-launch filesrc location=stream.sdp ! sdpdemux ! decodebin !
ffmpegcolorspace ! autovideosink
where stream.sdp is something like this:
v=0
o=- 1287050046 1287050047 IN IP4 127.0.0.1
s=udpsink
e=None
c=IN IP4 127.0.0.1
t=0
m=video 6000 RTP/AVP 26
a=rtpmap:26 JPEG/90000
this works on linux but should crash on windows (I cannot test now)
Original comment by drakkan1...@gmail.com
on 17 Oct 2010 at 5:53
Can you point me to a publicly available sdp file that crashes? That'd be less
setup and easier to debug. (c:
Original comment by david.g.hoyt
on 28 Oct 2010 at 6:12
it is not easy, this type of streams expect to open a connection from the
server to the client (that really act as a server) so they doesn't work well in
firewalled environment (you as client should be directly accessible from the
server or we should configure some type of port forwading).
Original comment by drakkan1...@gmail.com
on 29 Oct 2010 at 6:10
Any progress on fixing or determining the problem?
Original comment by david.g.hoyt
on 20 Jan 2011 at 12:25
solved with the latest gstreamer updates
Original comment by drakkan1...@gmail.com
on 19 Dec 2011 at 3:34
sorry, my bad the problem is still here :(
Original comment by drakkan1...@gmail.com
on 22 Dec 2011 at 5:32
Original issue reported on code.google.com by
drakkan1...@gmail.com
on 7 Oct 2010 at 10:10