Questions tagged [rtmp]

Real Time Messaging Protocol

It was initially a proprietary protocol developed by Macromedia for streaming audio, video and data over the Internet. Now that Adobe acquired Macromedia. it is used for high-performance transmission of audio, video, and data between Adobe Flash Platform technologies, including Adobe Flash Player and Adobe AIR.

15 questions
9
votes
3 answers

Nginx RTMP module on Ubuntu 18.04

Installing Nginx on Ubuntu 18.04 was easy peasy, adding the RTMP module has resulted in less success for me. Preferably up-to-date version. I have been using the Nginx RTMP on Previous Ubuntu versions with no problem. I consider myself a beginner…
Wogel
  • 91
8
votes
2 answers

Record Live stream

How do I record the live streaming screen with audio? I read in some forums about Mplayer and VLC player. I tried using download helper, with no luck These are the steps I do http://shalomtv.tv Click and play shalom India, the first tab, live…
Suresh
  • 277
  • 4
  • 6
  • 10
7
votes
1 answer

How to install ffmpeg on ubuntu?

For transcoding video I need to use ffmpeg. I have tried to install but I have faced with problems. Is anyone that can help with this case or can anyone offer any weblink or guide where I can follow the steps for correct installation?
7
votes
2 answers

How to download streaming video from a flash player (arte)?

there are a couple of concerts that I would very much like to view from Arte (I think it's a french TV channel?) but my connection is not good enough to stream the video. How can I download the file to play it locally? Here is an example…
wim
  • 13,088
6
votes
1 answer

m3u8 and ts files are deleted after a while

I'm using ffmpeg to convert mp4 files to hls files using the following command: ffmpeg -i /var/mp4s/gua.mp4 -strict -2 -f hls /mnt/hls/index.m3u8 But after a few seconds, the .m3u8 and .ts files are automatically deleted. How to prevent them…
Ryan
  • 163
2
votes
1 answer

Error while setting up a RTMP Server - make error

Trying to set up an RTMP server on Ubuntu 14.04.4, but I am running into the above error when trying to complete the guide found here. I have done everything correctly I think, when trying to run this portion of the guide I get the error: $…
1
vote
1 answer

Trying to run a Program called worldforge but it comes up with an error

I recently downloaded a program called Worldforge, it is a game maker which is open source. I downloaded its executable file and gave it the permissions to run but when i went to start it it came back with this…
mass334
  • 13
1
vote
1 answer

RMTP Streamig to Twitch

First of all, i posted this question on http://unix.stackexchange.com but so far no responds. I'm reposting it here since i tried it on ubuntu 15. and got same results. I would like opinion on that. Im streaming using OBS on Windows (QuickSync),…
Eska
  • 495
1
vote
2 answers

Program for downloading MMS/RTMP files

For RTMP, I already tried RTMPDump. It's very difficult and complicated to use in the terminal. Is there a GUI-based alternative? For MMS, I already tried Firefox's plugin, and some download manager. It downloads only a junk file or stream file, not…
Smile.Hunter
  • 8,705
1
vote
0 answers

how to have ffmpeg delay 1 minute to system then run stream?

i want to restream with ffmpeg , how do i make it delay 1 minute ( but save to ffmpeg ) then stream ? the reason for the 1 minute delay is because my connection is slow, if it waits 1 minute it might help to keep it smooth my command ffmpeg -i…
Joe Cola
  • 359
  • 1
  • 6
  • 14
0
votes
1 answer

rtmpdump not working on Ubuntu Server 14.10

I followed these steps to patch rtmpdump with KSV's updates. rtmpdump executes beautifully on my laptop but when I tried the same thing on my Ubuntu Server machine, rtmpdump hangs after INFO: Connected...(using the same command that worked on the…
JB0x2D1
  • 454
0
votes
1 answer

Streaming to Ustream via Desktop

Is there a software program (preferably professional studio software) which can stream to ustream via RTMP?
KI4JGT
  • 1,888
0
votes
0 answers

rtmp streaming using domain name giving error rtmp://localhost/live/stream: Input/output error

hello I am trying to steam using HLS and rtmp which worked when I was using IP address and default configuration file /var/www/html for nginx but now I setup a domain name with ssl certificate for nginx and I want to stream from this domain this is…
islam
  • 11
0
votes
0 answers

How to stream several different pygame windows at the same time?

I am trying to do a comment driven live stream on several platforms at the same time. I am using pygame for the visualization by constantly saving an image of the game window using GTK and GDK, then loading the image using pygame and displaying it…
0
votes
0 answers

RTSP stream to RTMP through Nginx-RTMP ffmpeg stream not working

I'm trying to convert a RTSP stream to RTMP through exec_pull inside RTMP application block. there are no errors but the stream doesn't work when I try to access it from VLC network stream. Gihtub issue:…