Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

摄像头过来的rtsp这种,用这个库如何直播 #68

Open
ezewu opened this issue Sep 10, 2019 · 5 comments
Open

摄像头过来的rtsp这种,用这个库如何直播 #68

ezewu opened this issue Sep 10, 2019 · 5 comments

Comments

@ezewu
Copy link

ezewu commented Sep 10, 2019

No description provided.

@imamiao
Copy link

imamiao commented Sep 12, 2019

这种的一般套路都是用ffmpeg把rtsp转换成rtmp流推到这个流媒体服务器上,可以参考下边的这条命令,推的是海康的一个摄像头
ffmpeg.exe -i "rtsp://admin:admin123@192.168.0.66:554/h264/ch1/main/av_stream" -c copy -f flv rtmp://192.168.1.179/live/aa

@ezewu
Copy link
Author

ezewu commented Sep 12, 2019

感谢

@golangpkg
Copy link

直接有支持 resp 推流的,专门给摄像头使用的。
https://github.com/Roverr/rtsp-stream

可以参考下。

@ezewu
Copy link
Author

ezewu commented Aug 21, 2020

直接有支持resp推流的,专门给摄像头使用的
。https://github.com/Roverr/rtsp-stream

可以参考下。
谢谢

@cnotch
Copy link

cnotch commented Jan 20, 2021

专门的 rtsp 流媒体服务器:https://github.com/cnotch/ipchub。
支持 http-flv,websocket-flv,hls,flv还支持H265。可以尝试一下。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants