Questions tagged [rtmp]

The Real-Time Messaging Protocol (RTMP) is used for streaming multimedia content across a TCP/IP network.

The Real-Time Messaging Protocol (RTMP) was designed for high-performance transmission of audio, video, and data between Adobe Flash Platform technologies, including Adobe Flash Player and Adobe AIR. RTMP is now available as an open specification to create products and technology that enable delivery of video, audio, and data in the open AMF, SWF, FLV, and F4V formats compatible with Adobe Flash Player.

More information at Wikipedia page on RTMP and RTMP protocol website

1699 questions
0
votes
2 answers

Does cloud front supports RTMP for live streaming?

We are planning for live streaming (both sides- class room scenario) currently using wowza media server, ec2 and AWS cloudfront. We could successfully do http streaming and integrated AWS cloudfront however, in case of RTMP streaming we are not sure…
0
votes
0 answers

How can I start rtmpsuck as a daemon such that it does not need 96% of the CPU?

I would like to use a script that modifies iptables and that starts rtmpsuck as a deamon. My current script is: #!/bin/bash function help_txt { package="enable-rtmpsuck" echo "$package - setup rtmpsuck to intercept rtmp streams and start…
user1861174
  • 507
  • 1
  • 5
  • 14
0
votes
1 answer

How to switch audio source with Microphone.getMicrophone() Actionscript 3

I have a webcam streaming app based on the webcam.fla example by Wowza. The app streams audio and video from Flash to a Wowza server where it's transcoded etc. We're trying to add a feature that lets the audio source be changed to any other system…
Ben
  • 4,301
  • 6
  • 37
  • 61
0
votes
2 answers

Windows Azure live media encoders provide live transcoding?

I have a simple question - I want to stream live video + audio. I would like to use Windows Azure for that (mainly because it seems to provide HLS with AES protection which I have not encounted in opensource solutionsand clear for managers pricing…
DuckQueen
  • 772
  • 10
  • 62
  • 134
0
votes
1 answer

Ubuntu, nginx, RTMP, Twitch - Playing local videofiles randomly when offline + authentication?

I've rented myself a vServer, installed Ubunto, nginx and made a simple RTMP forwarding to Twitch according to this guide: How to set up your own private RTMP server using nginx The forwarding with the RMTP works fine, but I've got some things I…
eCronik
  • 185
  • 1
  • 1
  • 8
0
votes
1 answer

rtmp live AND RTMP FLV

how to interrupt rtmp flv broadcast and publish live rtmp broadcast on red5? I am using osmf strobe player. I have my flv playlist working but when I broadcast live from my webcam what is the formula to stop the flv streams, then play flv countdown…
0
votes
1 answer

Live streaming from remote machine webcam to wowza media server using encoder

Hi, I am working on live streaming (java) application. Where I need to stream the video on wowza media server captured from webcam and from there it is broadcast to multiple pc's and on devices. I tried all the encoders given on wowza official…
Aniket
  • 2,204
  • 5
  • 34
  • 51
0
votes
1 answer

how to undeploy red5 RTMP application on linux?

I am able to create red5 RTMP application and able to stream successfully. But after completion of streaming. I am not able to undeploy/uninstall the application :(. I tried deleting application directory under /, but it didn't make any difference.…
Raju
  • 403
  • 1
  • 6
  • 19
0
votes
1 answer

How to make rtmpdump accept an url taken from a file // setlocal's and endlocal's effects on batch variables -

@echo off setlocal EnableDelayedExpansion wget --output-document=Content.xml Link for /f "tokens=1" %%a in ('find "1280x720" Content.xml') do set found=%%a set Url=!found:~5,-6! for /f "delims=" %%a in (""!Url!"") do endlocal & set "Url=%%~a" set…
0
votes
1 answer

How to play Brightcove RTMP URLs on JWPlayer?

I am trying to implement the dynamic RTMP streaming supported by JWPplayer and Brightcove. I'm currently using the find_video_by_id method to get a JSON package with the available RTMP streams, you can get an example by selecting the renditions…
Lando
  • 715
  • 6
  • 29
0
votes
2 answers

JavaCV for rtmp streaming with Vitamino library for video playbback gives unsatisfied linking error in Android

I am developing an application which will broadcast live stream using RED5 server. I am using java CV 0.3 and Vitamino Libarary. Java CV 0.3 to send stream to RED5 server and Vitamino to play live stream. When i run my app it gives me unsatisfied…
0
votes
1 answer

How to live broadcast multiple audio input to wowza?

I am using MediaLibDemos library for RTMP Streaming Microphone input(voice) to wowza media server. Is there any way I can stream another audio(like background music) to wowza simultaneously with this microphone input? Can someone tell me how to…
Pavan Kotesh
  • 143
  • 13
0
votes
1 answer

Buffer length setting for Video.JS Flash plugin?

I'm streaming live rtmp video from nginx to a Video.JS Flash player and see the video is consistently choppy. I noticed its delay is about 1 second from reality and would like to increase the buffer length on the Video.JS player side to avoid this…
Henry Soang
  • 279
  • 5
  • 12
0
votes
1 answer

Red5 server Integration with C application

I am newbie to Red5 server. I have a C command-line application which outputs RTMP stream to given ingestion point. Now I am writing a wrapper application to automate (on the fly) Red5 application creation/configuration and RTMP stream ingestion in…
Raju
  • 403
  • 1
  • 6
  • 19
0
votes
1 answer

Flex video player Seeking with RTMP?

Am working in flex video player with RTMP. My Question is.. How to skip the video file to the middle of a video without having to download the whole file using RTMP. I have some basic questions in flex video player with RTMP. Where i want to put…
Aswath
  • 21
  • 6
1 2 3
99
100