简体   繁体   English

如何使用ffserver将rtsp h264重播为iO的“实时dvr”?

[英]how to restream rtsp h264 as “live dvr” for iOs using ffserver?

I would like to grab an existing stream from an IP-Camera delivering h264 encoded rtsp stream and restream it for iPhone/Ipad, where the user would have the opportunity to jump back in time for aprox. 我想从提供h264编码的rtsp流的IP摄像机中获取一个现有的流, 并将其重新流化为 iPhone / Ipad,用户可以在其中有机会及时跳回aprox。 1 minute. 1分钟。 And later jump back to the "live" feed. 然后再跳回到“实时”提要。

Actually I would like to do the same as in wowza (http://www.wowza.com/addons/wowza-ndvr-addon) but with ff** software. 实际上,我想与wowza(http://www.wowza.com/addons/wowza-ndvr-addon)一样,但要使用ff **软件。

Thank you for all your hints! 感谢您的所有提示!

As I recall ffserver does not support http streaming protocol, so what are you restreaming the video as. 我记得ffserver不支持http流协议,所以您将视频重新流化为什么。 I know live555 server can be configured for http live streaming. 我知道可以为HTTP实时流配置live555服务器。

converting to http live streaming is the only possible reason I think of that you would want to re-stream at all. 转换为HTTP实时流媒体是我想到的唯一可能要重新流媒体播放的原因。

there are frameworks that can be used to play live rtsp feeds. 有些框架可用于播放实时rtsp提要。

Dropcam is one and is based on live 555 , we have one here based on ffmpeg Dropcam是一个,基于live 555,我们这里有一个基于ffmpeg

https://github.com/mooncatventures-group https://github.com/mooncatventures-group

neither of these have the scrub back x seconds you wish, but you could easily take the extracted frames , put them into a ring buffer and play from the buffer 它们都不具有您希望的回洗x秒,但是您可以轻松地将提取的帧放入,放入环形缓冲区并从缓冲区播放

take a look at ffplayer-tests that records video (not audio just yet) to a new h264 mov and stores it in the photo album 看看ffplayer-tests,它将视频(不是音频)录制到新的h264 mov并将其存储在相册中

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

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