live-streaming

How to stream video in android device via .sdp file from android device

不羁的心 提交于 2019-12-06 05:36:51
问题 I had anapplication to stream video(without audio) from android device(Blaze board) to PC. For that, I'm using vlc player to view streamed video by using the following command in command line vlc stream.sdp This .sdp file would be generated from my application. By using the above command, I can stream from blaze board to PC with the delay of 1 sec. Now, My problem is that, I have to stream from one blaze board to another blaze board. I have searched a lot. But, Nothing is worked. I have an

H264 RTP stream with gstreamer-1.0

自作多情 提交于 2019-12-06 04:26:32
I try to make a H264 RTP stream from a Raspberry Pi 3 with a camera module to a video tag. Using the following code to start the stream raspivid -t 0 -h 720 -w 1080 -fps 25 -hf -b 2000000 -o - | \ gst-launch-1.0 -v fdsrc \ ! h264parse \ ! rtph264pay \ ! gdppay \ ! udpsink host="192.168.0.11" port=5000 Then I provide a simple webpage with a video tag: <video id="videoTag" src="h264.sdp" autoplay> <p class="warning">Your browser does not support the video tag.</p> </video> The src references the following SDP file: v=0 m=video 5000 RTP/AVP 96 c=IN IP4 192.168.0.51 a=rtpmap:96 H264/90000 When I

how to embed youtube or facebook live streaming in my ios App ?

血红的双手。 提交于 2019-12-05 06:00:21
问题 I have been looking over facebook SDK for IOS but I could not really get a solid answer . So I am asking here , weather is it possible to stream the live facebook video or youtube video in my IOS app using swift ? if yes , then feel free to give me some tips or share good reads and references Tnx 回答1: To embed youtube live stream onto your iOS app use the following: @IBOutlet weak var LiveStreamViewer: UIWebView! let channelID = "[channelID]" func loadLiveStream { guard let youtubeURL = URL

How can I read a live webstream in java using xuggle? (I can do it in ffmpeg, just not xuggle)

廉价感情. 提交于 2019-12-05 04:02:36
So if I run: ffmpeg -t 10 -re -i "rtmp://170.93.143.150/rtplive/ app=rtplive/ playpath=e000990f025f0075004d823633235daa swfUrl=http://www.chart.state.md.us/video/mediaplayer/player.swf pageUrl=http://www.chart.state.md.us/video/video.asp?feed=e000990f025f0075004d823633235daa stop=5000 flashver=`LNX 11,2,202,262` live=true" test.flv -report It gives me a 5 second snapsnot of video from that webstream that gets put into test.flv. Now I would like to do the same thing in java using xuggle except everytime I try and open the container it errors out on me and sets x to -1: public IMediaReader

PLay M3U8 on Windows Phone

情到浓时终转凉″ 提交于 2019-12-05 03:00:01
I have been searching for ways to play an M3U8 media live stream on WIndows Mobile using the media framework. Kindly share any info on this. You need to read and parse the m3u8 file (it's a simple text file). Then stream the parsed Uri(s). After more research i found out that m3u8 is a format supported by APPLE. Unfortunately we cannot play the m3u8 files on windows phone directly. Rather we can use the streaming media framework to play .manifest files. The .manifest files are generated by the SMOOTH STREAMING MEDIA SERVER. .manifest files are equivalent of m3u8 files. It is also a playlist

Live streaming H.264 in DirectShow

僤鯓⒐⒋嵵緔 提交于 2019-12-05 01:45:32
问题 Does anyone know which filters in DirectShow I have to use in order to stream H.264 LIVE stream over http? (especially what kind of source filter I have to use) Any code suggestion will be helpful. Thanks! 回答1: Do you mean HTTP tunneling or the chunk-based methods of apple (MPEG-TS) and MicroSoft (MP4) ? If you are looking for a tunneling solution, the following might be helpful: One (typical) option is to use an RTSP source filter. However there is no stock RTSP source filter in windows. You

Stream video from phone camera using ionic framework

久未见 提交于 2019-12-04 21:38:26
I am trying to build a mobile phone app using Ionic Framework to live stream video captured through phone camera. This is very similar to https://www.periscope.tv/ I will capture this stream on my server, transcode and then distribute it again. I looked into the camera plugin for cordova https://github.com/apache/cordova-plugin-camera . I am not sure if it is possible to live stream from camera using ionic framework. If not, what are my other options except for going native. Hi you can use ionic framework to embed video streaming for mobile app and the reference for the link is Nic raboy video

Live-Streaming webcam webm stream (using getUserMedia) by recording chunks with MediaRecorder over WEB API with WebSockets and MediaSource

寵の児 提交于 2019-12-04 20:19:52
问题 I'm trying to broadcast a webcam's video to other clients in real-time, but I encounter some problems when viewer's start watching in the middle. For this purpose, I get the webcam's stream using getUserMedia (and all its siblings). Then, on a button click, I start recording the stream and send each segment/chunk/whatever you call it to the broadcaster's websocket's backend: var mediaRecorder = new MediaRecorder(stream); mediaRecorder.start(1000); mediaRecorder.ondataavailable = function

How to stream video in android device via .sdp file from android device

╄→尐↘猪︶ㄣ 提交于 2019-12-04 09:29:45
I had anapplication to stream video(without audio) from android device(Blaze board) to PC. For that, I'm using vlc player to view streamed video by using the following command in command line vlc stream.sdp This .sdp file would be generated from my application. By using the above command, I can stream from blaze board to PC with the delay of 1 sec. Now, My problem is that, I have to stream from one blaze board to another blaze board. I have searched a lot. But, Nothing is worked. I have an idea to write viewer application ( For client ). This application will use sdp file path as url. I refer

new.livestream.com API to get RTSP

谁说我不能喝 提交于 2019-12-04 08:46:25
问题 I need to get an RTSP stream of a livestream.com account. I was reading some of the API documentation for livestream.com, but they have a new website (new.livestream.com), and I cannot find any API documentation talking about that. Does anybody knows if there is an API for the new livestream.com website which allows me to get an RTSP stream? Thanks in advance. 回答1: I Know this is a bit old, but i was asking that very same question and i this is how i've done it: I've found this URL/API call,