rtmp

How to send webcam video + audio to rtsp/rtmp server

跟風遠走 提交于 2019-12-07 23:14:27
问题 I'm looking for a method to send video and audio to the rtsp/rtmp server. It should be compatible with notebook webcams and USB webcams. I would like to do it in C#. I found some library called rtmpclient, but it looks it can't send a message to the server. I found also a framework to support webcams that gives a posibility to do an action for every captured frame. But I can't find any similar solution to send a voice with the image. How can I send the video and audio to the server? 回答1:

How to get the RTMP & stream name from this URL? [closed]

那年仲夏 提交于 2019-12-07 22:50:02
问题 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 3 years ago . I am trying to get the RTMP & stream name of the top JW PLAYER that shows up When you open this link: LINK I have tried everything but I am unable to get it, can someone please help me with this. My ultimate goal is to be able to grab that stream and put it in my own JWPLAYER, thank you so much! any info would

JWPlayer and HLS streaming - “Error loading player: No playable sources found”

好久不见. 提交于 2019-12-07 17:02:28
问题 The problem I have a server (nginx-rtmp-module) that streams from IP camera to HLS. I want to embed the live stream to popular browsers: Chrome, Firefox and IE. The stream is not working on some desktop browsers. Test player: https://content.jwplatform.com/previews/KCpvutTz-FfTLdraP What I tried Tested devices and browsers: Firefox on PC - "Error loading player: No playable sources found" IE 11 - OK Chrome on PC - OK Chrome on Android - OK iPhone - OK The questions How to resolve these issues

How to do rtmp streaming in kurento media server?

可紊 提交于 2019-12-07 14:45:43
问题 I was just wondering if there is any feature like RTMP in Kurento Media Server . I need it to stream my vod content . Any ideas ? anyhow RTP can be used for it ? Thanks Pawan 回答1: There isn't a rtmp endpoint in Kurento, at least yet. But we have streamed content to a Wowza mediaserver using an RTP Endpoint with the last kurento development version. Maybe this can also work for you. 来源: https://stackoverflow.com/questions/27203318/how-to-do-rtmp-streaming-in-kurento-media-server

Video Recording from Browser using Flash, PHP, Red5

天涯浪子 提交于 2019-12-07 10:05:07
问题 I wish to build an application using which I can record video (along with audio) and also audio (only audio preferably in mp3 format). From some research I did, I found I need a client app in flash or flex, a RTMP Server (RED5 preferable as its free) This is the code which I used to get cam working flash. var camera:Camera = Camera.getCamera(); var video:Video = new Video(); video.attachCamera(camera); addChild(video); The problem is, I don't know how to send the stream to RED5. Also, what do

How to play rtmp video in videoview in android?

百般思念 提交于 2019-12-07 07:30:41
问题 I want to play rtmp video in videoview , so how i can play rtmp video in my app? String host = "rtmp://example.com"; String fileName = "www.mp4"; int port = 1935; Connection string rtmp://example/cfx/st How i can play video ? Regards, girish 回答1: You can do it using Flash (at least for devices with 2.2+ android and Flash-supported CPUs) http://www.wowza.com/forums/showthread.php?13087-Android-RTMP-Live-Streaming The easiest way to play an audio RTMP stream in Android 来源: https://stackoverflow

rtmp官方协议详解

非 Y 不嫁゛ 提交于 2019-12-07 07:27:35
标准规范学习: rtmp消息结构,包括几个部分: 时戳:4 byte,单位毫秒。超过最大值后会翻转。 长度:消息负载的长度。 类型ID:Type Id 一部分ID范围用于rtmp的控制信令。还有一部分可以供上层使用,rtmp只是透传。这样可以方便的在rtmp上进行扩展。 消息流ID:Message Stream ID,用于区分不同流的消息。 两个ID的区别: Message stream:传输消息的逻辑通道。 Message stream ID:每个消息都有一个流id,用于指明属于哪个流。 Chunk:是更底层的一个概念。Message有可能过大,需要分割成一个个碎片,chunk就是一个消息的部分碎片。 Chunk stream:传输chunk的逻辑通道。 Chunk stream ID:用于标示chunk属于哪个逻辑通道。 message stream和chunk stream应该属于不同的层次,message属于应用层次消息,chunk属于更底层rtmp协议层次。 一个chunk stream 上能够跑多个message stream。message stream id在一个chunk stream下要不相等。 消息会切分成一个个小的块进行传输。 rtmp的时戳单位是毫秒。 连接握手流程图: 握手过程:服务器和客户端各自发送三个包:c0,c1,c2,s0,s1,s2

nginx rtmp HLS直播

别等时光非礼了梦想. 提交于 2019-12-06 22:36:55
二、安装Nginx相关模块 1.环境准备 yum install –y pcre pcre-devel yum install –y zlib zlib-devel yum -y install openssl openssl-devel 2.下载nginx及rtmp模块 wget http://nginx.org/download/nginx-1.6.2.tar.gz tar xzvf nginx_1.6.2.tar.gz git clone git://github.com/arut/nginx-rtmp-module.git 3.编译nginx-rtmp ./configure --prefix=/usr/local/nginx --add-module=../nginx-rtmp-module --with-http_stub_status_module 如果需要安装pcre,则 yum -y install pcre-devel openssl openssl-devel make make install 安装完成后,nginx位于/usr/local/nginx/sbin目录下,配置文件nginx.conf在/usr/local/nginx/conf目录下 ++++++++测试nginx是否安装正确+++++++++++ #cd /usr/local/nginx #.

HLS RTMP RTSP 测试地址

人盡茶涼 提交于 2019-12-06 15:27:25
RTMP协议直播源 香港卫视: rtmp://live.hkstv.hk.lxdns.com/live/hks RTSP协议直播源 珠海过澳门大厅摄像头监控:rtsp://218.204.223.237:554/live/1/66251FC11353191F/e7ooqwcfbqjoo80j.sdp 大熊兔(点播): rtsp://184.72.239.149/vod/mp4://BigBuckBunny_175k.mov HTTP协议直播源 苹果提供的测试源(点播): http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8 http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8 http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear2/prog_index.m3u8 bipbop basic master playlist http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8 bipbop basic

rtmp与hls流媒体服务器搭建:ubuntu下Nginx搭建初探与rtmp-module的添加

醉酒当歌 提交于 2019-12-06 15:27:15
关键词:Nignx(http服务器);rtmp,hls(流媒体服务) 前言:感谢开源,感谢战斗民族。现在在做流媒体服务的一些工作,流媒体服务器搭建的网上教程多入牛毛,但是细细查看,发现很多同志贴上来的教程都有些许问题,还有一些是爬别人的数据得来的,排版上也有问题,让新手无所适从。本文也是通过翻看一些优质的博文得到的这篇分享。以下分享的网址就是引用的博文,安利一下。 1. http://redstarofsleep.iteye.com/blog/2123752 2. http://blog.csdn.net/cjsafty/article/details/9108587 3. http://blog.chinaunix.net/uid-20639775-id-154556.html 教程: 1. 下载nginx, openssl, pcre, zlib到一个目录下,如(/home/user),用wget命令,具体可查看下面的各种版本。 nginx-1.8.0.tar.gz openssl-1.0.1i.tar.gz pcre-8.37.tar.gz zlib-1.2.8.tar.gz 2. tar解压。 tar -zxvf nginx-1.8.0.tar.gz tar -zxvf openssl-1.0.1i.tar.gz tar -zxvf pcre-8.37.tar.gz tar