[Libav-user] Fwd: need tp play rtsp stream
Camera Man
i.like.privacy.too at gmail.com
Mon Oct 14 10:36:50 CEST 2013
On 10/14/2013 08:00 AM, Anshul Maheshwari wrote:
> Hi guys
>
> I need to play an rtsp stream, whose url is something like this
> rtsp://10.110.1.158:554/StreamingSetting?version=1.0&ChannelID=1&ChannelName=Channel1&action=getRTSPStream&sessionID=7936398
This is a shell issue, not an ffmpeg issue.
Add quotes (either single or double) around the URL, e.g.
ffmpeg
"rtsp://10.110.1.158:554/StreamingSetting?version=1.0&ChannelID=1&ChannelName=Channel1&action=getRTSPStream&sessionID=7936398"
Please make sure you understand how the shell interprets the special
characters "&", "?", "*", "!", "<", ">", "$", "\" and others - and also
how single quoting, double quoting, and escaping (e.g. "\*") differ.
More information about the Libav-user
mailing list