Hi,

I am trying to stream live MPEG4 video, But in the initial stage i tried to
stream *MPEG1 video from a  file*.

I am getting the video in ffplayer but as a picture (it comes for 1sec).
Actually i am facing a problem while running ffmpeg.

The command for ffserver is
*ffserver -f /home/Desktop/ffserver_test.**conf*

The command for ffmpeg is
*ffmpeg -i /home/Desktop/test.mpg -s 640x480 http://localhost:8090/feed1.ffm
*
*
*
The command for ffplayer is
*ffplay http://localhost:8090/test.mpg*
*
*
*Kindly Please help me where am i going wrong.*


*ffserver_test.conf*
*
*
Port 8090
BindAddress 0.0.0.0
MaxClients 1000
MaxBandwidth 40000
CustomLog -
NoDaemon

<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 5M
ACL allow localhost
ACL allow 192.168.0.0 192.168.255.255
</Feed>

<Stream test.mpg>
Format mpeg1video
Feed feed1.ffm
VideoSize 720x480
VideoCodec mpeg1video
VideoBitRate 3000
VideoFrameRate 30
AVOptionVideo flags +global_header
NoAudio
ACL allow localhost
ACL allow 192.168.0.0 192.168.255.255
</Stream>

<Stream status.html>
Format status
ACL allow localhost
ACL allow 192.168.0.0 192.168.255.255
</Stream>

<Redirect index.html>
URL http://www.ffmpeg.org/
</Redirect>


-- 
A.Dipteswar Patro
M-Tech,CEDT
IISc, Bangalore
Ph:+91-9008467616
_______________________________________________
ffserver-user mailing list
ffserver-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user

Reply via email to