rtsp

MobileVLCKit fails while compiling

﹥>﹥吖頭↗ 提交于 2019-12-03 07:34:32
问题 I am trying to use MobileVLCKit for iOS in my application. I followed steps given @ Building the Framework for iOS. I have set deploymet target to iOS 7 in my Xcode 5. I used command ./buildMobileVLCKit.sh -f -l to compile the shell file to get an iOS framework. I got following errors on my terminal application. The following build commands failed: Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/libMobileVLCKit.a normal armv7 Libtool build

How to stream live video in HTML5?

我与影子孤独终老i 提交于 2019-12-03 07:12:00
问题 I'm looking for a way to broadcast a live video taken from a webcam or camera rooted to a PC. The broadcast should be displayed in a HTML5 page using the tag (which support rtp, and rtsp I think). The user viewing the stream should not have to install any plug-in or video player such as QuickTime. I need the video to be in mp4 format such as: rtsp://www.mywebsite/streaming/video.mp4 This would be the link I'd put as the src of the html 5 video tag. So I'd like to know if it's possible, what

How to stream RTSP live video in Firefox and Chrome now that the VLC plugin is not supported anymore?

时间秒杀一切 提交于 2019-12-03 06:19:11
Now that the NPAPI that the VLC plugin uses is being discontinued in Firefox and that Google Chrome has discontinued the NPAPI for long is there any solution to stream RTSP live video inside these browsers? Thanks a lot for your help on this. Regards, Tiago Dias After a long time digging and following this topic I have came to interesting results. At this point the best option seems to be an RTSP proxy that changes RTSP in a way that makes it compatible with something supported by web browsers (WebRTC, etc.). I have collected the following solutions: https://github.com/Streamedian/html5_rtsp

Force FFMPEG to use TCP protocol when reading a RTSP Stream

你离开我真会死。 提交于 2019-12-03 05:03:14
I'm running ffmpeg (Windows 7, 64bit) from command line to get a frame from a RTSP stream (second channel from my DVR): ffmpeg -i "rtsp://xxx.xxx.xxx.xxx:554/user=xxxx&password=xxxx&channel=2&stream=0.sdp" -rtsp_transport tcp -y video.jpg After running, it waits for about 10 seconds and then i get: [rtsp @ 026fd840] UDP timeout, retrying with TCP After another long wait (2 minutes or so), i get: [rtsp @ 028dd840] Could not find codec parameters for stream 0 (Video: h264): unspecified size I read somewhere that I have to force using TCP, because changing from UDP to TCP will not work. I don't

what is difference between rtmp and rtsp protocol?

谁都会走 提交于 2019-12-03 04:30:39
i just want to know what is the difference between rtsp and rtmp protocol and if there are mp3s on my server and i am playing it in my android using http,how these differs in work. In android if i want to implement rtmp or rtsp ,which is the best? what are the limitation of rtmp & rtsp in android? can anybody give me brief answer for above? The Real Time Streaming Protocol ( RTSP ) is a network control protocol designed for use in entertainment and communications systems to control streaming media servers. The protocol is used for establishing and controlling media sessions between end points.

Decode android's hardware encoded H264 camera feed using ffmpeg in real time

一世执手 提交于 2019-12-03 04:24:32
I'm trying to use the hardware H264 encoder on Android to create video from the camera, and use FFmpeg to mux in audio (all on the Android phone itself) What I've accomplished so far is packetizing the H264 video into rtsp packets, and decoding it using VLC (over UDP ), so I know the video is at least correctly formatted. However, I'm having trouble getting the video data to ffmpeg in a format it can understand. I've tried sending the same rtsp packets to a port 5006 on localhost (over UDP), then providing ffmpeg with the sdp file that tells it which local port the video stream is coming in on

RTSP、Onvif协议安防摄像头输出RTMP、RTSP、HLS、FLV直播流网页无插件直播方案之window设备上双击EasyNVR无法启动程序

僤鯓⒐⒋嵵緔 提交于 2019-12-03 04:15:42
rtsp协议的视频流(默认是需要插件才可以播放的)经由EasyNVR处理后可以满足无插件的全平台直播。处理后会获取到RTMP、HLS视频流,这就解决了插件直播的问题,只要终端设备支持H5,就可以播放EasyNVR分发出的视频流。 window设备上双击EasyNVR无法启动程序 window设备上双击EasyNVR、EasyDSS、EasyGBS可以执行文件无法启动程序问题? 问题分析 正常情况是双击执行文件可以启动对应服务,完成对应的功能服务需求, 双击无法执行,无非就是系统对自身的保护导致的执行文件文法执行或者是对执行文件的执行权限没有满足对应的需要。 解决问题 通过远程客户现场,分析现场执行程序的对应属性发现,是由于运行软件的服务器自身的保护机制,阻止外来程序的启动,需要我们手动的信任执行文件,添加信任即可正常运行软件启动服务。 具体操作步骤: 右击执行文件->查看执行文件属性->勾选“常规”选项下“安全”栏目的勾选框。后续点击应用、确定完成设置。 来源: https://www.cnblogs.com/EasyNVR/p/11776518.html

RTSP、Onvif协议安防摄像头输出RTMP、RTSP、HLS、FLV直播流网页无插件直播方案EasyNVR摄像机无快照怎么处理?

戏子无情 提交于 2019-12-03 03:57:15
诞生背景 众所周知,EasyNVR可以将局域网/广域网上的海康/大华等网络摄像头由rtsp转换为rtmp、rtsp、hls、flv协议转换,并提供推流服务,可以将拉到的网络摄像头直接转发到流媒体服务器。 EasyNVR摄像机无快照 EasyNVR摄像机成功接入,视频广场在线可播放,无快照。 问题分析 EasyNVR功能上是拉取rtsp然后由流媒体来进行分发的功能。EasyNVR这边是通过拉取到视频流,成功截取到快照来判定该路视频是否在线。当视频成功接入取到快照,系统才判定视频在线并且可以直播。 解决问题 通过分析问题,我们可以发现,EasyNVR视频广场出现在线状态但是没有快照,才现象来看和软件的内部逻辑是不向通的。通过具体进入系统发现,由于软件运行权限不够导致的。 EasyNVR成功拉流,会接入快照出来并放到EasyNVR服务中,提供给客户端进行使用。EasyNVR在拉取到视频流成功,也可以成功生成jpeg数据,只是在将图片保存到服务端对应位置的时候,由于权限问题,无法成功的将图片成功的保存到服务端,导致,客户端无法获取到图片,但是服务又可以成功拉取视频流,从而出现了,视频在线,而没有快照的现象。 来源: https://www.cnblogs.com/EasyNVR/p/11775873.html

RTSP/RTMP Video Streaming Client iOS [closed]

此生再无相见时 提交于 2019-12-03 03:21:40
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I'm in need of a open source solution/library to stream RTSP/RTMP to an iOS Application. I need to build an app that connects to a media server, and opens the provided video stream. I believe there has to be libraries out there, but I have yet to find one that is open source, compiles, actually works, and runs

Save continuous RTSP stream to 5-10 minute long mp4 files

时间秒杀一切 提交于 2019-12-03 03:17:43
问题 How can I keep the flow (protocol rtsp, codec h264) in file (container mp4)? That is, on inputting an endless stream (with CCTV camera), and the output files in mp4 format size of 5-10 minutes of recording time. OS: debian, ubuntu Software: vlc, ffmpeg (avconv) Currently this scheme is used: cvlc rtsp://admin:admin@10.1.1.1:554/ch1-s1 --sout=file/ts:stream.ts ffmpeg -i stream.ts -vcodec copy -f mp4 stream.mp4 But it can not record video continuously (between restarts vlc loses about 10