Please reply as early as possible to my above query. Regards, Mahek
On 14 June 2018 at 10:58, mahek delawala <[email protected]> wrote: > Hello All, > > Following is the content of my ffserver.conf file. > > HTTPPort 1234 > RTSPPort 1235 > > # Number of simultaneous requests that can be handled. Since FFServer > # is very fast, it is more likely that you will want to leave this high > # and use MaxBandwidth, below. > MaxClients 1000 > > # This the maximum amount of kbit/sec that you are prepared to > # consume when streaming to clients. > MaxBandwidth 1000 > > <Stream test1.mp4> > File "/home/mahek/Downloads/Panasonic.mp4" > Format rtp > Noaudio > VideoCodec libx264 > VideoFrameRate 25 > VideoBitRate 1000 > VideoSize 480x272 > AVOptionVideo flags +global_header > AVOptionVideo me_range 16 > AVOptionVideo qdiff 4 > AVOptionVideo qmin 10 > AVOptionVideo qmax 51 > > AudioCodec aac > AudioBitRate 30 > AudioChannels 2 > AudioSampleRate 22050 > AVOptionAudio flags +global_header > ACL allow 192.168.201.0 192.168.255.255 > </Stream> > > I want to change the File present in the conf file directly from the > command line without doing editing inside the conf file. Is there any > command through which I can change the parameter of conf file directly from > the command line using some command ? > > Thanks in advance. > > Regards, > Mahek > > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
