【问题标题】:Failed to Get SDP Description : 404 Stream not found testRTSPClient in LIVE555无法获取 SDP 描述:404 Stream not found testRTSPClient in LIVE555
【发布时间】:2015-01-22 12:58:26
【问题描述】:

我是 Live555 的新手,最近开始学习一些关于它的东西。文档指出,一个好的测试是试用源代码中 testProgs 文件夹中给出的示例。所以,我开始测试一些在 live555 源中现成的程序。

从 mediaServer 文件夹中,我按照文档运行服务器,我应该将电影文件 (mp4) 放在与 exe 相同的位置。我做到了。当我尝试打开客户端(testRTSPClient.exe)时, 我不断收到 SDP 描述的错误,如屏幕截图所示。

我做错了什么?这是否意味着我在客户端提供了一个 SDP 文件?在他们的文档中找不到这样一个目前非常模糊的声明。

提前致谢!

【问题讨论】:

    标签: testing rtsp live555


    【解决方案1】:

    现在 live555MediaServer 不支持 mp4 文件。

    当你启动它时,它会打印如下内容:

    LIVE555 Media Server
        version 0.84 (LIVE555 Streaming Media library version 2014.09.11).
    Play streams from this server using the URL
        rtsp://192.168.0.16:8554/<filename>
    where <filename> is a file present in the current directory.
    Each file's type is inferred from its name suffix:
        ".264" => a H.264 Video Elementary Stream file
        ".265" => a H.265 Video Elementary Stream file
        ".aac" => an AAC Audio (ADTS format) file
        ".ac3" => an AC-3 Audio file
        ".amr" => an AMR Audio file
        ".dv" => a DV Video file
        ".m4e" => a MPEG-4 Video Elementary Stream file
        ".mkv" => a Matroska audio+video+(optional)subtitles file
        ".mp3" => a MPEG-1 or 2 Audio file
        ".mpg" => a MPEG-1 or 2 Program Stream (audio+video) file
        ".ogg" or ".ogv" or ".opus" => an Ogg audio and/or video file
        ".ts" => a MPEG Transport Stream file
            (a ".tsx" index file - if present - provides server 'trick play' support)
        ".vob" => a VOB (MPEG-2 video with AC-3 audio) file
        ".wav" => a WAV Audio file
        ".webm" => a WebM audio(Vorbis)+video(VP8) file
    See http://www.live555.com/mediaServer/ for additional documentation.
    (We use port 8000 for optional RTSP-over-HTTP tunneling, or for HTTP live streaming (for indexed Transport Stream files only).)
    

    您应该使用一种受支持的格式,例如 mkv。

    【讨论】:

    • 谢谢老兄,非常感谢!
    猜你喜欢
    • 2018-06-21
    • 2019-04-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-05-23
    • 2019-04-16
    • 1970-01-01
    相关资源
    最近更新 更多