[Wowza Server]傳輸IP CAM RELAY時問題
發表於 : 2013年 5月 23日, 13:30
發生的錯誤訊息為: Failed to find an appropriate depacketizer for this track (H264)
問題可以參考這篇: http://www.wowza.com/forums/showthread. ... 9-Avigilon
解決的方式為:
http://www.wowza.com/forums/content.php ... -streaming
Some IP cameras send additional application tracks that Wowza Media Server can't understand. You can filter out these tracks by adding the following property to the MediaCaster/Properties container in [install-dir]/conf/[application]/Application.xml (be sure to get the correct <Properties> container, there are several in the Application.xml file):
即可!
記得要先用 VLC Player 測試該 RTSP 訊號沒問題, 再來加這個 Property!
問題可以參考這篇: http://www.wowza.com/forums/showthread. ... 9-Avigilon
解決的方式為:
http://www.wowza.com/forums/content.php ... -streaming
Some IP cameras send additional application tracks that Wowza Media Server can't understand. You can filter out these tracks by adding the following property to the MediaCaster/Properties container in [install-dir]/conf/[application]/Application.xml (be sure to get the correct <Properties> container, there are several in the Application.xml file):
代碼: 選擇全部
<Property>
<Name>rtspFilterUnknownTracks</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
記得要先用 VLC Player 測試該 RTSP 訊號沒問題, 再來加這個 Property!