LinuxでBOSCH AutoDome Junior HD IVAカメラ用RTSPストリームを再生するには?

LinuxでBOSCH AutoDome Junior HD IVAカメラ用RTSPストリームを再生するには?

AutoDome Junior HD IVAカメラがあります。 LinuxディストリビューションでRTSPストリームを再生するには? VLCを試しましたが失敗しました。他の信頼できるツールがありますか?

フォローアップ:

試み1:失敗

$ mplayer rtsp://192.168.1.10:554
MPlayer SVN-r33251-4.6.0 (C) 2000-2011 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing rtsp://192.168.1.10:554.
Connecting to server 192.168.1.10[192.168.1.10]: 554...

rtsp_session: unsupported RTSP server. Server type is 'unknown'.
STREAM_LIVE555, URL: rtsp://192.168.1.10:554
Stream not seekable!
 file format detected.
Initiated "video/H264" RTP subsession on port 43230
demux_rtp: Failed to guess the video frame rate
VIDEO:  [H264]  0x0  0bpp  0.000 fps    0.0 kbps ( 0.0 kbyte/s)
FPS not specified in the header or invalid, use the -fps option.
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
Audio: no sound
Starting playback...
V:   0.0   0/  0 ??% ??% ??,?% 0 0                                    


Exiting... (End of file)

試み2:失敗

$ mplayer mms://192.168.1.10:554
MPlayer SVN-r33251-4.6.0 (C) 2000-2011 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing mms://192.168.1.10:554.
STREAM_ASF, URL: mms://192.168.1.10:554
Connecting to server 192.168.1.10[192.168.1.10]: 554...

Connected
read error:: Resource temporarily unavailable
pre-header read failed
Connecting to server 192.168.1.10[192.168.1.10]: 554...

unknown ASF streaming type
Failed, exiting.
Connecting to server 192.168.1.10[192.168.1.10]: 554...

Cache size set to 320 KBytes
Cache fill:  0.00% (0 bytes)   nop_streaming_read error : Resource temporarily unavailable
Stream not seekable!
Cache fill:  0.00% (0 bytes)   nop_streaming_read error : Resource temporarily unavailable
Cache fill:  0.00% (0 bytes)   

Cache not filling, consider increasing -cache and/or -cache-min!
nop_streaming_read error : Resource temporarily unavailable
Cache not filling, consider increasing -cache and/or -cache-min!
nop_streaming_read error : Resource temporarily unavailable
Cache not filling, consider increasing -cache and/or -cache-min!
nop_streaming_read error : Resource temporarily unavailable
Cache not filling, consider increasing -cache and/or -cache-min!
nop_streaming_read error : Resource temporarily unavailable
Cache not filling, consider increasing -cache and/or -cache-min!
Invalid seek to negative position!


Exiting... (End of file)

答え1

私はffmpegユーティリティが一般的により安定していると思います。努力する:

$ ffplay 'rtsp://username:password@ip_address:port/url'

また、IPカメラRTSPストリームに注意してください。ユーザー名とパスワードが必要な場合がよくあります。

Foscam対応カメラのデフォルト設定:ポート88でありURLはいvideoMain、、、videoSubまたはaudio

詳しくは以下をご覧ください。ffmpeg マニュアル。興味深いことに、ffmpegディレクティブには以下を含む文書がないようです。ユーザー名そしてパスワードサポートされるフィールドです。

答え2

mplayerを試してください。通常、最も広範なフォーマットをサポートするオーディオおよびビデオプレーヤーです。

いわゆるRTSPソースがありますが、実際にはHTTP URLの場合は、まずそのURLの内容を検索してください。今回は、他のURLのみを含むファイルを取得しますrtsp://(時には従う必要がある別のHTTP URLを取得します)。rtsp://コマンドラインからmplayerにURLを渡します。

rtsp://HTTPを介してURLを含むファイルを提供できるサーバー(および私が知っている限りハードウェアデバイス)があります。MMS契約1.これは、一部の古いMicrosoftプレーヤーとの互換性のためでしたが(詳細はよくわかりません)、RTSPはRTSPであり、MMSはMMSという顧客の認識を崩しました。まったく機能しないURLを受信した場合、rtsp://スキームをmms://

^以下の内容とは関係ありませんマルチメディアメッセージングサービスビデオテキストメッセージとも呼ばれます。

答え3

vlc これが実際にRTSPストリームであると仮定すると、次のように開くことができるはずです。

$ vlc rtsp://192.168.1.10:554/[Stream Name]

ユーザー名/パスワードが必要な場合仮想LCURLからこのクラスを受け入れます。たとえば、

rtps://username:[email protected]:554/[Stream Name]

ストリームは次のように指定することもできます。仮想LCGUI:

Media > Open Network Stream ...

[メディアを開く]パネルの[ネットワーク]タブで、[ネットワークURLの入力]ボックスにURLを入力します。

ストリーム名は、カメラシステムのユーザーインターフェース(UI)のどこかに記載する必要があります。たとえば、Swann Camera DVR UIでは、ストリーム名の形式は次のように言及されています(ただし、製造元とモデルによって自然に異なる場合があります)。

ch01/0

どこチャンネル01カメラであり、0カメラが提供するストリームを識別します。

Bosch(および他の多くのブランド)の情報に基づいて検索されたここ、Bosch Autodomeカメラには、次のストリーム名が必要な場合があります。

video

-または-

rtsp_tunnel

答え4

AutoDome Junior HDファームウェアの最新バージョンを確認します。 (現在: 4.54.0024.)

BoschのIPカメラでRTSPに関する情報を見つけました。ここ(PFD).

カメラにパスワードを設定した場合は、VLCにユーザー名とパスワードを入力する必要があります。

VIP-X1XF Eエンコーダでテスト中です。オーディオと一緒にVLC(Windows7)でうまく機能します。

関連情報