The Following User Says Thank You to tetris11_ For This Useful Post: | ||
![]() |
2011-03-08
, 23:41
|
Posts: 79 |
Thanked: 37 times |
Joined on May 2010
@ Melbourne Australia
|
#122
|
Okay Im getting that exact error message, but ONLY when I run the app with root priveleges...
It works fine if I launch it normally.... hmm....
@CrckMc + justice4all3000 - try launching the app from commandline: "/usr/local/bin/tester", and see if the problem persists... (but not as root)
![]() |
2011-03-08
, 23:43
|
Posts: 224 |
Thanked: 155 times |
Joined on Jan 2011
|
#123
|
![]() |
2011-03-09
, 00:04
|
Posts: 309 |
Thanked: 519 times |
Joined on Oct 2010
|
#124
|
v=0 m=video 5000 RTP/AVP 96 c=IN IP4 192.168.0.200 a=rtpmap:96 H264/90000
The Following User Says Thank You to tetris11_ For This Useful Post: | ||
![]() |
2011-03-09
, 00:17
|
Posts: 79 |
Thanked: 37 times |
Joined on May 2010
@ Melbourne Australia
|
#125
|
@leetnoob - it DOESNT? wow, Im so sorry man!
to kill the process run "killall gst-launch-0.10"
@justice - As for recieving the stream on your desktop, you need to generate the sdp file....but since for some reason that aint working, you can just do it manually:
but instead of the 192.168.0.200, replace that with your N900's ipadress. Then save that text to something like "n900videostream.sdp" to your desktop pc.Code:v=0 m=video 5000 RTP/AVP 96 c=IN IP4 192.168.0.200 a=rtpmap:96 H264/90000
Then stream from your phone, then launch the sdp file in vlc.
The Following User Says Thank You to justice4all3000 For This Useful Post: | ||
![]() |
2011-03-09
, 00:23
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#126
|
![]() |
2011-03-09
, 00:32
|
Posts: 309 |
Thanked: 519 times |
Joined on Oct 2010
|
#127
|
The Following User Says Thank You to tetris11_ For This Useful Post: | ||
![]() |
2011-03-09
, 00:35
|
Posts: 309 |
Thanked: 519 times |
Joined on Oct 2010
|
#128
|
I managed to make the sdp file but still no luck at all are there any settings i need to tweak in vlc?
The Following User Says Thank You to tetris11_ For This Useful Post: | ||
![]() |
2011-03-09
, 00:41
|
Posts: 79 |
Thanked: 37 times |
Joined on May 2010
@ Melbourne Australia
|
#129
|
![]() |
2011-03-09
, 00:55
|
Posts: 309 |
Thanked: 519 times |
Joined on Oct 2010
|
#130
|
v=0 m=video 5000 RTP/AVP 96 c=IN IP4 192.168.1.109 a=rtpmap:96 H264/90000
The Following User Says Thank You to tetris11_ For This Useful Post: | ||
It works fine if I launch it normally.... hmm....
@CrckMc + justice4all3000 - try launching the app from commandline: "/usr/local/bin/tester", and see if the problem persists... (but not as root)