View Single Post
Posts: 11 | Thanked: 0 times | Joined on Jun 2009
#21
ok, so i'm just about to give up on this.

i'm revisiting the vlc streaming approach. i'm just tryng to stream the destop (for now) of 192.168.0.198 to my n810. i set up vlc on the pc to stream to 192.168.0.199 (my n810) using rtp on port 1234. i'm using MPEG-TS encapsulation and checked the "sap announce" box.

i tried the following in the command line and of course, it didn't work

Code:
~ $ mplayer rtp://192.168.0.198:1234
MPlayer 1.0rc1-maemo.29.n8x0 (C) 2000-2006 MPlayer Team
CPU: ARM
Internet Tablet OS version: RX-34+RX-44+RX-48_DIABLO_5.2008.43-7_PR_MR0

[MENU] Can't open menu config file: /home/user/.mplayer/menu.conf
Menu inited: /etc/mplayer/menu.conf

Playing rtp://192.168.0.198:1234.
STREAM_RTP, URL: rtp://192.168.0.198:1234
Failed to connect to server
rtp_streaming_start failed
File not found: '192.168.0.198:1234'
Failed to open rtp://192.168.0.198:1234.


Exiting... (End of file)
does anyone know what i'm doing wrong, or could someone please direct me to some clear documentation?