Hi,
I want to publish an rtmp stream.

I used fmpeg -i "rtmp://cp106922.live.edgefcs.net/live/asianetnews@53812 live=1" http://localhost:9092/feed1.ffm

ffserver -f ff.conf
ort 9092
RTSPPort 5454
BindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 1000
CustomLog -
NoDaemon

<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 500M
</Feed>

<Stream live.avi>
Format asf
File "/root/Videos/king.avi"
#Feed feed1.ffm
</Stream>

<Stream test.mpg>
Feed feed1.ffm
Format h264
NoAudio
VideoCodec mpeg4
VideoFrameRate 25
VideoBitRate 600
VideoSize cif
VideoBufferSize 40
VideoGopSize 12
VideoQMin 25
</Stream>


I am trying to make an rtmp stream which doesnt work
2)if i use http://95.211.190.80:9091/live.avi or rtp://95.211.190.80:9091/live.avi even that doesnt work.
Am i missing something or it wont work ..
I want to start an rtmp stream for live streaming from a playlist or restream rtmp streams. This might be a simple issue But i am new to linux and ffserver and couldnt find much eg on the sites.
George



_______________________________________________
ffserver-user mailing list
ffserver-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffserver-user

Reply via email to