View Single Post
  #1  
Old 11-15-2010, 08:37 AM
Klebreis Klebreis is offline
Junior Member
 
Join Date: Nov 2010
Posts: 1
Klebreis is on a distinguished road
Default

Running rtmpdump with red5


Hey, i'm trying to run the rtmpdump with the red5 server but i get the same error all the time:
Closing connection: NetStream.Play.StreamNotFound

I'm able to run a jw Player with my red5 server so the video configuration must be ok.

I tried many different commands but it doesn't work. Has somebody an idea?

Thanks!

some things i tried out:
Code:
./rtmpdump -r rtmp://localhost:1935/oflaDemo/video.flv --app oflaDemo --flv video.flv oflaDemo/video.flv -o test.flv

./rtmpdump -r rtmp://localhost/oflaDemo/video.flv -y localhost/oflaDemo/video.flv -o test.flv

./rtmpdump -r rtmp://localhost/oflaDemo/video.flv -y http://localhost/oflaDemo/streams/video.flv -o test.flv
Reply With Quote