![]() |
2010-11-07
, 14:42
|
Posts: 9 |
Thanked: 3 times |
Joined on Oct 2010
|
#12
|
![]() |
2010-11-07
, 15:32
|
Posts: 9 |
Thanked: 3 times |
Joined on Oct 2010
|
#13
|
Hi all,
which vlc version are you using. Mine (1.01 qt-version under debian) seems not to interpret the sdp file correctly.
When I start vlc, streaming starts on the n900 (as observerd with wireshark on the linux box). But after around 100 packets the tcp window size goes to 0 (I think because of full buffer on vlc side) and the n900 sends no more packages.
I also tried mplayer sdp://file.sdp. Streaming also starts from the n900 and doesn't stop, but mplayer cannot recognize the frame rate and exits. But now the n900 stream does not stop!
Thanks in advance for any suggestions
![]() |
2011-01-12
, 21:41
|
Posts: 94 |
Thanked: 40 times |
Joined on Jun 2010
@ Germany
|
#14
|
![]() |
2011-01-12
, 22:33
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#15
|
I'm getting some errors while following your tutorial though
Code:Nokia-N900:~# gst-launch-0.10 v4l2src device=/dev/video0 ! dsph264enc ! rtph264pay ! udpsink host=78.21.100.x port=5434 Setting pipeline to PAUSED ... Pipeline is live and does not need PREROLL ... Setting pipeline to PLAYING ... New clock: GstSystemClock create_node: dsp node create failed sink_setcaps: dsp node creation failed
Jan 13 00:25:18 Nokia-N900 gst-launch-0.10: dsph264enc0: dsp node allocate failed Jan 13 00:25:18 Nokia-N900 gst-launch-0.10: dsph264enc0: dsp node creation failed
![]() |
2013-06-16
, 10:59
|
Posts: 95 |
Thanked: 66 times |
Joined on Mar 2012
|
#16
|
Use gst-launch instead of gst-launch-0.10
Weird bug though...