标签:and bec ESS class remote ant options from rom
Since v3.2, you can pass sophisticated URIs to the RTSP server to remotly configure Spydroid. Here are some example of what you can do:
Enable video streaming & with H.264 and turn flash on ! (H.264 is a standard for video compression)
Enable video streaming of the front facing camera !
Enable video streaming with H.263 and sound streaming with AMR and turn flash on ! (H.263 is also a standard for video compression and AMR is a standard for audio compression)
Enable video streaming and set bitrate to 200kb/s
Enable video streaming and set bitrate to 500kb/s and framerate to 20fps
Enable video streaming and set bitrate to 500kb/s / framerate to 20fps / resolution to 320x240px
Enable aac streaming (introduced in v3.3): this is very experimental and it requieres ICS
You can of course still use the following basic URI. Spydroid will then use a default configuration, that you can modify in the option menu !
If you don‘t want to use the RTSP protocol, you can also start/stop streams using only the HTTP server You can use any of the options presented for the RTSP server ! The HTTP server will respond with a Session Descriptor.
Because you‘re not using the RTSP protocol, streaming won‘t stop when you quit VLC. You have to GET the following URL:
You can start up to two streams with the HTTP server. You can specify a stream id to distinguish the streams. For example:
为满足内网无纸化/电子教室等内网超低延迟需求,避免让用户配置单独的服务器,大牛直播SDK在推送端发布了轻量级RTSP服务SDK:
简单来说,之前推送端SDK支持的功能,内置轻量级RTSP服务SDK后,功能继续支持。
Windows/Android/iOS内置轻量级RTSP服务SDK功能说明
对应Demo:
1. Spydroid最新的代码,更新于5年前,目前支持android平台,可采集安卓摄像头和音频,对外提供http server和rtsp server,延迟和丢包处理有待优化,优势在于,代码逻辑简单,便于初学者根据协议规范,快速迭代产品初步模型,video编码支持H.263和H.264,audio支持AMR和AAC编码。
2. 大牛直播内置RTSP服务SDK系商业化SDK,技术成熟,有专人维护、迭代,覆盖windows、android、iOS平台,支持采集屏幕、摄像头,支持实时静音、快照、扩展录像、外部编码前后数据对接等,功能更强大,video编码支持H.264和H.265,audio支持AAC编码,亦可扩展拉取外部rtsp或rtmp流,扩展RTSP网关服务器,支持RTSP鉴权和多个RTSP service启动。
标签:and bec ESS class remote ant options from rom
原文地址:https://www.cnblogs.com/daniulivesdk/p/10960829.html