Is there a way to play streamed flash content over rtmp with wiimc, without an intermediate server (i.e. a second box where one can run rtmpdump and transcode for serving to the wii)?
Many thanks to all wiimc developers for their great work!
AFAIK VLC does not support RTMP.. you must use RTMPDUMP to receive the stream and pipe it to VLC to display.
This works: “C:ProgramsRTMPDUMPrtmpdump-2.3rtmpdump.exe” -r rtmp://cp86825.live.edgefcs.net/live/cielo_std@17630 -v -q | “C:ProgramsVLC Streamervlc-1.2.0-git-20100815-0002vlc.exe” –
AFAIK VLC does not support RTMP.. you must use RTMPDUMP to receive the stream and pipe it to VLC to display.
This works: “C:ProgramsRTMPDUMPrtmpdump-2.3rtmpdump.exe” -r rtmp://cp86825.live.edgefcs.net/live/cielo_std@17630 -v -q | “C:ProgramsVLC Streamervlc-1.2.0-git-20100815-0002vlc.exe” –
ok
So I guess is a valid rtmp://cp86825.live.edgefcs.net
I’ll try to enable rtmp but I think it will be impossible because of lack of a completed net lib