How to Check my stream Working or not Command line options

About encoding, codec settings, muxers and filter usage
bhanuchandar.k
New Cone
New Cone
Posts: 2
Joined: 09 Oct 2013 08:34

How to Check my stream Working or not Command line options

Postby bhanuchandar.k » 09 Oct 2013 08:48

Hi All,

I am new to VLC . Can I get to know my http/rtsp any live stream working or not throught vlc command line options .

I need to write a script which will detect given stream url is working or not . I have tried curl -Is "http url " it will give 200 OK . But If I am trying in Windows VLC player as a network stream it is giving error .

I need a command which will check the given stream working or not .

thanks & regards
Bhanu

deemytch
Blank Cone
Blank Cone
Posts: 13
Joined: 20 Sep 2013 16:19

Re: How to Check my stream Working or not Command line optio

Postby deemytch » 15 Oct 2013 18:40

U can use something like

Code: Select all

ffprobe -show_streams ${mrl} 2>&1 | egrep 'Stream.+Video:'
I just don`t know how to kill that by timeout faster, that standard ffprobe - about 1 minute


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 5 guests