[Wowza Server]傳輸IP CAM RELAY時問題

有關於電腦系統設定, 備份, 監控, 網路等機制討論
回覆文章
頭像
tim
文章: 1380
註冊時間: 2008年 11月 26日, 00:49

[Wowza Server]傳輸IP CAM RELAY時問題

文章 tim »

發生的錯誤訊息為: 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):

代碼: 選擇全部

<Property>
    <Name>rtspFilterUnknownTracks</Name>
    <Value>true</Value>
    <Type>Boolean</Type>
</Property>
即可!

記得要先用 VLC Player 測試該 RTSP 訊號沒問題, 再來加這個 Property!
多多留言, 整理文章, 把經驗累積下來.....
回覆文章