デスクトップをキャプチャし、DashCast を使用して Apache サーバーでライブ ストリーミングしようとしています。オンデマンドでキャプチャして再生すると正しく再生されますが、ライブで再生するとMP4Client
黒い画面しか表示されず、キャプチャ中にエラー メッセージが表示されません。私が使用しているコマンドは次のとおりです。
DashCast -vf x11grab -vres 1280x720 -v :0.0 -npts -live -out /public_html/
そして、私は遊んでいます:
MP4Client http://localhost/vitor/dashcast.mpd
次の出力が得られます。
MP4Client http://localhost/vitor/dashcast/dashcast.mpd
Using config file in /home/vitor directory
System info: 11948 MB RAM - 8 cores
Modules Found : 36
Loading GPAC Terminal
[Thread MediaManager] Couldn't set priority(2) for thread ID 0x9b55a700
[Thread MediaManager] Couldn't set priority(2) for thread ID 0x9b55a700
Terminal Loaded in 35 ms
Opening URL localhost/vitor/dashcast/dashcast.mpd
[DASH] Slight drift in UTC clock at time 2015-08-05T12:38:45Z: diff AST - now 3563501 ms
Service Connected
それで、私は何を間違っていますか?クライアントは明らかにサーバーに正しく接続し、プレーヤーを開きますが、画面には何も表示されません。GPAC バージョン 0.5.0 で Ubuntu 14.04 を使用しています。