-1
votes
0answers
11 views

what live streaming formats supports gud quality video call from speeding car(80kmph)

video call drops when i'm in my car at more than 50kmph. i'm using ffmpeg to out-stream my video and vlc to capture friend's in-stream in flv rtmp live stream format on ubuntu with airtel 3g usb data ...
0
votes
0answers
23 views

DVR + FFMPEG + IOS Authentication and Live Streaming Fails

How to grab video from a DVR using ffmpeg and DVR is password protected. Is there a way to grab live stream from IP-Cam connected to DVR. I was able to stream a channel (may be recorded video) but ...
0
votes
1answer
198 views

Livestream of prerecorded flv videos with ffmpeg and red5

My goal is to acheive the following steps :- rtmp livestream of prerecoreded flv videos using ffmpeg. videos should be played continuously just like a tv station. We are currently using red5 and ...
2
votes
0answers
204 views

Resolving rtmp stream url from Adobe Flash container

How can a rtmp stream url be retrieved completely with its playpath and be played with ffplay/avconv from a flash plugin. In embedded flash code below rtmp address exits (rtmp://live.atv.com.tr/atv) , ...
0
votes
0answers
148 views

Streaming video segments uploaded in real time

I have an application that send quicktime video segments (5s) to a nodejs server that convert them into mpeg-ts in order to stream them to a wowza server in real time : ffmpeg -i tempPath -c copy ...
1
vote
1answer
1k views

Using FFmpeg in C# project

I'm trying to create a desktop live-streaming app in C#. The program must run under Windows and stream image from user's desktop to rtmp. There must also be options of framerate, video size, quality ...
0
votes
0answers
45 views

Encoding/Decoding Video

I am new to AVFoundation and Mac OS X application development and I have been searching a solution to my issue for past few weeks. I am creating a project which converts the video in mp4 format to a ...
6
votes
1answer
400 views

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

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 ...
1
vote
1answer
243 views

Restreaming video containing two languages live with ffmpeg

I have a project where i need to restream a live stream which has two languages setup on the audio. Spanish on left and English on right The stream mapping is: Stream #0:0: Video: h264 ([7][0][0][0] ...
0
votes
0answers
179 views

How to change frame rate of live stream using FFmpeg

I have created a streaming application, which takes video data from live source. Is there any transcoding tool which will receive stream from my streaming application and changes frame rate by ...
0
votes
1answer
266 views

is RTMP the better approach for video chat application?

I have a flash media server. I want to create a live video chat application in android devices. I am currently using RTMP method to secure my application. but i am not sure whether RTMP is the right ...
1
vote
1answer
1k views

Live transcoding and streaming of MP4 works in Android but fails in Flash player with NetStream.Play.FileStructureInvalid error

Recently I had a task to use ffmpeg as a transcoding as well a streaming tool. The task was to convert the file from a given format to MP4 and immediately stream it, by capturing it from stdout. So ...
1
vote
1answer
842 views

ffmpeg SDP file for Darwin Streaming Server

I am making a streaming server to view live video feed of my webcam on my mobile device. I considered using ffmpeg , VLC and DSS and made the following setup that worked somewhat, though the frames ...
1
vote
1answer
983 views

using ffmpeg for live streaming MPEG-TS with windows media services

I'm trying to live stream MPEG-TS source to Windows Media service. I found how to live stream using RTMP with this code: ffmpeg -y -f mpegts -i udp://@:1234 -re -vcodec libx264 -maxrate 700k -r 25 -s ...
4
votes
2answers
2k views

HTTP Live Streaming MPEG TS segment

I'm using FFMPEG and a free segmenter (Carson Mcdonald's) to produce my ts segments which i later save to a web server and play with Quicktime by playing the .m3u8 If I have segments 1,2,3,4 and ...
1
vote
2answers
1k views

Recording a mp3 stream with FFMPEG and drop-outs

I hope someone can give me pointer, I have a php script that runs the command below to record an live radio mp3 stream to create hour long mp3 recordings. It works very well for my purpose. The only ...
5
votes
0answers
821 views

What would be the equivalent to /dev/video0 in OSX Snow Leopard on a MacBook Pro (integrated iSight Camera) [closed]

I'm trying to do a live video stream of the webcam with ffserver and ffmpeg. I've found some resources on the net (#1 and #2), which more or less do the same thing. I'm on a MacBook Pro running OS X ...
1
vote
0answers
179 views

streming video generation?

Hello first of all thank for viewing this code :) I've been trying to do live video broadcast from my iPhone :( which doesn't supports video recording :D ... wat i did is managed to write code to ...