home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Can TV Client receive a stream from VLC?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Stinky" data-source="post: 109051" data-attributes="member: 13028"><p>Does any transcoding have to be done to a RTSP stream from VLC to make it readable by the MP TV Client?</p><p></p><p>I have written a replacement TV server for my own use which uses VLC to redirect a UDP broadcast to the mediaportal client. Everything works fine, right up until the stream is received by the client.</p><p></p><p>I start VLC like this:</p><p>C:\Program Files\VideoLAN\VLC\vlc.exe --ttl 12 -vvv --color -I telnet --rtsp-host MPServer:554</p><p></p><p>I then use the telnet interface (programmatically) to send the following: </p><p></p><p>new Stream1 vod enabled</p><p>setup Stream1 input "C:\MyVideos\liveTVrecording.mpg" </p><p>-OR- (I've tried both)</p><p>setup Stream1 input "udp://@239.255.0.1:9400"</p><p></p><p>Then I have my "fake" server reply to the MP client with the following stream name: rtsp://MPServer/Stream1</p><p></p><p>I just can't seem to get it to build a graph. I get something like this in the client's mediaportal.log </p><p></p><p>2007-01-22 21:03:42.149625 [Info.][MPMain]: RTSPPlayer: load:rtsp://Mediaportal/Stream1</p><p>2007-01-22 21:03:42.962125 [Info.][MPMain]: RTSPPlayer:connect rtspsource->mpeg2 demux</p><p>2007-01-22 21:04:56.790250 [Info.][MPMain]: RTSPPlayer:render audio/video demux outputs</p><p>2007-01-22 21:04:56.805875 [Warn.][MPMain]: vmr9: pin:0 not connected:80040209</p><p>2007-01-22 21:04:56.805875 [Warn.][MPMain]: vmr9: no input pin 1 found</p><p>2007-01-22 21:04:56.805875 [Warn.][MPMain]: vmr9: no input pin 2 found</p><p>2007-01-22 21:04:56.805875 [Info.][MPMain]: RTSPPlayer: vmr9 not connected</p><p>2007-01-22 21:04:56.805875 [Info.][MPMain]: RTSPPlayer:cleanup DShow graph</p><p></p><p>I've tried using different codecs in the client's MyVideos setup (MPV/MPA, PureVideo, etc)</p><p></p><p>It works just fine if I use a VLC client to connect to rtsp://192.168.1.134:554/Stream1 and it works if I use the MP server to stream video from my Hauppage WinTV-USB2. The messages in the VLC window say it's using MPV/MPA as well.</p><p></p><p>I know this is outside the MP client/server umbrella, but any suggestions would be appreciated. I think I'm really close to getting this to work.</p></blockquote><p></p>
[QUOTE="Stinky, post: 109051, member: 13028"] Does any transcoding have to be done to a RTSP stream from VLC to make it readable by the MP TV Client? I have written a replacement TV server for my own use which uses VLC to redirect a UDP broadcast to the mediaportal client. Everything works fine, right up until the stream is received by the client. I start VLC like this: C:\Program Files\VideoLAN\VLC\vlc.exe --ttl 12 -vvv --color -I telnet --rtsp-host MPServer:554 I then use the telnet interface (programmatically) to send the following: new Stream1 vod enabled setup Stream1 input "C:\MyVideos\liveTVrecording.mpg" -OR- (I've tried both) setup Stream1 input "udp://@239.255.0.1:9400" Then I have my "fake" server reply to the MP client with the following stream name: rtsp://MPServer/Stream1 I just can't seem to get it to build a graph. I get something like this in the client's mediaportal.log 2007-01-22 21:03:42.149625 [Info.][MPMain]: RTSPPlayer: load:rtsp://Mediaportal/Stream1 2007-01-22 21:03:42.962125 [Info.][MPMain]: RTSPPlayer:connect rtspsource->mpeg2 demux 2007-01-22 21:04:56.790250 [Info.][MPMain]: RTSPPlayer:render audio/video demux outputs 2007-01-22 21:04:56.805875 [Warn.][MPMain]: vmr9: pin:0 not connected:80040209 2007-01-22 21:04:56.805875 [Warn.][MPMain]: vmr9: no input pin 1 found 2007-01-22 21:04:56.805875 [Warn.][MPMain]: vmr9: no input pin 2 found 2007-01-22 21:04:56.805875 [Info.][MPMain]: RTSPPlayer: vmr9 not connected 2007-01-22 21:04:56.805875 [Info.][MPMain]: RTSPPlayer:cleanup DShow graph I've tried using different codecs in the client's MyVideos setup (MPV/MPA, PureVideo, etc) It works just fine if I use a VLC client to connect to rtsp://192.168.1.134:554/Stream1 and it works if I use the MP server to stream video from my Hauppage WinTV-USB2. The messages in the VLC window say it's using MPV/MPA as well. I know this is outside the MP client/server umbrella, but any suggestions would be appreciated. I think I'm really close to getting this to work. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Can TV Client receive a stream from VLC?
Contact us
RSS
Top
Bottom