简体   繁体   English

使用ffmpeg解码从live555读取的视频流

[英]Using ffmpeg to decode the video stream read from live555

I am trying to use live555 + ffmpeg + GLES to implement my own RTSP client on Android, now I've got live555 compiled and can read RTSP via TCP, which I can see from the capture file from Wireshark. 我正在尝试使用live555 + ffmpeg + GLES在Android上实现自己的RTSP客户端,现在我已经编译了live555并可以通过TCP读取RTSP,这可以从Wireshark的捕获文件中看到。 I've ever used ffmpeg to read and decode mms audio stream and know some ffmpeg development. 我曾经用ffmpeg读取和解码mms音频流,并且了解ffmpeg的一些开发。

My problem is how to use ffmpeg to read the stream got from live555. 我的问题是如何使用ffmpeg读取来自live555的流。 I am not familiar with live555. 我对live555不熟悉。

Any advices? 有什么建议吗? Thanks in advance. 提前致谢。

Bolton 博尔顿

Android default player supports RTSP streaming. Android默认播放器支持RTSP流。 You can using it stream/play video from server. 您可以使用它从服务器流式传输/播放视频。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM