Advertisement
Guest User

Untitled

a guest
Jul 28th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. This works to play the stream:
  2.  
  3. rtmpdump -r "rtmp://wms2.scahw.com.au:1935/live/" -a "live/" -W "http://www.triplem.com.au/brisbane/nowplaying/mmm_FM_Streaming_Player_20120305.swf" -p "http://www.triplem.com.au" -y "4mmm.stream" | mplayer -
  4.  
  5. I want to use ffserver to provide an mp3 from that source
  6. This does NOT work, but if it did, I'm still not sure how make ffmpeg feed it to ffserver (or ffserver get it directly)
  7.  
  8. ffplay rtmp://wms2.scahw.com.au:1935/live live http://www.triplem.com.au/brisba_FM_Streaming_Player_20120305.swf http://www.triplem.com.au
  9.  
  10. Argument 'live' provided as input filename, but 'rtmp://wms2.scahw.com.au:1935/live' was already specified.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement