Skip to main content

All Questions

Tagged with
0 votes
0 answers
1k views

ffmpeg rtsp audio streaming with h264

I am using the following command to stream from my desktop-microphone via RTSP to a Wowza Streaming Cloud Server. However, this command has video-parameters which I wish to exclude since I only want ...
moster67's user avatar
  • 175
0 votes
1 answer
2k views

FFmpeg RTSP send audio stream to Wowza

I am trying to send an audio-stream to my Wowza Cloud Service (trial account) using RTSP. This works fine using LibStreamer library for Android. I am now trying to do the same with FFmpeg on my ...
moster67's user avatar
  • 175
2 votes
2 answers
6k views

ffmpeg segment by video-time instead of wall-time

I have a system that records video to disk, and sometimes the system has an error. I'm trying to recreate the recording system in the lab, without the actual camera (it's expensive and there aren't ...
studog's user avatar
  • 353
0 votes
1 answer
2k views

Pipe video and audio to ffmpeg from OpenRTSP

I am trying to record rtsp stream in HLS format using openRTSP and ffmpeg. openRTSP receives rtsp and pipe to ffmpeg to record, Here is the command I used and which works fine openRTSP -D 10 -v -t -...
Haris's user avatar
  • 127
0 votes
1 answer
3k views

ffmpeg do stream copy together with draw text

I need to record an RTSP stream, before storing it I need draw some text on the video. And the below command works fine for recording stream only(no text write). openRTSP -D 10 -v -t -c -b 800000 ...
Haris's user avatar
  • 127
0 votes
1 answer
6k views

Save screenshot from rtsp video

I am executing the following sh. #!/bin/sh export DATETIME=`date +%Y%m%d%H%M` export DATE=`date +%Y%m%d` export MONT=`date +%Y%m` mkdir -p /Users/User/Desktop/testFolder ffmpeg -ss 2 -i rtsp://ip:...
Matias's user avatar
  • 1,279
2 votes
1 answer
10k views

H.264 decoding error log from RTSP stream

I am getting the following H264 error log. This log comes while decoding an RTSP video stream with help of FFMPEG. The picture displayed is blurred after 5/6 seconds. The picture would recover it from ...
Tariq's user avatar
  • 121
1 vote
0 answers
3k views

FFMPEG capture snapshot image from RTSP IPCamera

Hi I am able to stream video successfully from my IP Camera with VLC using the URL: rtsp://192.168.0.6:554/cam/realmonitor When attempting to use FFMPEG it is failing with the following errors: I ...
NxtLevel's user avatar
5 votes
2 answers
20k views

how to generate multiple bitrate HLS content from live rtsp stream?

I am gerating single bitrate live hls content from live rtsp stream . I am using the following command ffmpeg -v verbose -i rtsp://127.0.0.1:8080/test.sdp \ -vcodec libx264 -acodec aac -ac 1 -strict ...
prashantas's user avatar
2 votes
0 answers
6k views

Opening a H264 stream from DVR using VLC/FFmpeg

I've been tinkering with ITX's DVR for the past few days, trying to connect to its RTSP stream using the SDK that manufacturer provides. The official syntax goes like this: PLAY rtsp://192.168.100....
user2992545's user avatar
1 vote
1 answer
17k views

Convert RTMP stream to RTSP and HTTP with FFMPEG

I installed red5 server on ubuntu 12.04 LTS for live and vod video streaming. I just want to convert my RTMP protocol stream to a RTSP and HTTP protocol stream. I studied and searched about FFMPEG, ...
Moovendra Dhinesh babu's user avatar
6 votes
1 answer
10k views

Capturing multiple RTSP streams simultaneously in sync

I would like to capture h264 rtsp streams from up to six IP cameras simultaneously and save them to separate files. The cameras are connected to a Gigabit switch which is connected to my pc. The ...
MartinKS's user avatar
1 vote
0 answers
760 views

ffmpeg rtsp protocol command crushed in Windows

I downloaded build file(ffmpeg-20130902-git-fdd1aaf-win64-dev.7z) from ffmpeg.Zernoe.com, and build it. When I command "ffmpeg -version", it shows normal message. version is 'N-55966-gfdd1aaf'. ...
Juneyoung Oh's user avatar
1 vote
1 answer
5k views

ffmpeg stops streaming after 900 seconds from Axis Camera to FLV RTMP

Audio and video works for 900 seconds and then, ffmpeg stops with: video:1889kB audio:1825kB global headers:0kB muxing overhead 2.162866% I stream from an AXIS IP camera through ffmpeg over nginx. ...
AcsChristoph's user avatar
3 votes
2 answers
13k views

Getting error: Unknown encoder 'libvo_aacenc'

I am new to ffmpeg, just trying to build an SDP file for streaming. I'm facing an error when I run the command ffmpeg -re -i "sample.mp4" -f rtp rtp://127.0.0.1:10000 -flags +global_header -c:a ...
mathlearner's user avatar

15 30 50 per page