rtmp Questions
2
I would like to setup a ngninx rtmp proxy that can forward stream from client with hotswap capability.
I'm not sure of the exact question myself, i'm not very used to rtmp, but i'll try to explain...
2
I am trying to build a live stream video app.
I built an rtmp server which is ready for publishing and playing streams. I need a way to capture mobile's user camera and send the online stream to my...
Consuetudinary asked 9/9, 2018 at 5:28
1
There are apps such as yellow duck that will fetch the RTMP URL and key for you. These can then be used with OBS, or any other streaming software. The feature I am building requires replicating wha...
Koffman asked 16/5, 2020 at 15:44
3
I have a question, if I use nginx for RTMP stream, can this function to stream video with RTSP?
What are the differences between RTSP and RTMP? Can I use my RTMP server to stream with the RTSP pro...
Hendrix asked 19/2, 2015 at 21:1
2
Solved
I'd like to use OBS to stream via RTMP to a nginx server, and then locally send the RTMP fragments to WebRTC, so that they can be transmitted to the client via a MediaStream. I think this possible ...
1
I'm use nginx-rtmp to convert rtmp to hls and stream in a web page with Clappr. But Clappr take old .ts segment (cause 404 error because it is removed on server). How to fix this ?
Sorry, this is a...
Unmarked asked 16/2, 2023 at 10:2
2
I am trying to so some processing on a IP Camera , and it works well, but I see a lag between the real world and the video capture in about 7~10 seconds.
I am using the rtsp://@ip:port/live ext
Thi...
3
Solved
I'm trying to establish a system capable of broadcasting the screen capture of a pc to several other pcs on a LAN.
So far I managed to install nginx on a Raspberry Pi with the rtmp module and I ca...
Sayce asked 25/3, 2015 at 9:12
1
I have a streaming server that receives RTMP video inside RTP packets and publishes these packets to a web browser. The connection is established, but no video is shown.
My server looks like this:
...
Kletter asked 20/6, 2021 at 18:44
1
I've been working on this Twitch like application using react, redux, node media server and json server. It allows users to directly stream video/audio by configured their OBS to the servers URL wi...
2
Solved
I am trying to build a service that streams your screen from a browser to clients (something like twitch).
What I have accomplished is I have built a working nginx server with rtmp, I tested it us...
Dallis asked 21/5, 2019 at 12:19
0
I am using ffmpeg to transcode a stream from my local nginx rtmp server, and send the transcoded media back to the same local rtmp server. When the stream goes offline, ffmpeg stays active. When th...
3
Solved
How can we set NGINX web server and its RTMP module on mac system?
I have tried to set up server using below link
https://github.com/arut/nginx-rtmp-module/wiki/Getting-started-with-nginx-rtmp
h...
2
I´m using VideoJS for a live stream from Wowza server but when I pause the player and them I play again the player does not recover the stream. I need to reload the webpage to start the stream agai...
Palmerpalmerston asked 22/8, 2014 at 12:17
2
If we need to write a cross-platform mobile app, which supports playing and broadcasting RTMP video streams. I know that one can use Android native libs and Objective C also has some.
But can we d...
1
Solved
Is it possible to capture stream from webcamera(in front end) and stream it to server via hls or rtmp with pure js(no flash).
And if there are another protocol which let send stream as stream(unlik...
Koeninger asked 13/12, 2019 at 12:26
1
I am doing research for a project in which I need to play with camera streams. After multiple hit and trails and googling I am not getting even close to the solution for streaming ESP-32 Came...
1
I want to stream a video file using RTMP protocol to an rtmp server using Python.
A python script that will stream a single video file to an RTMP Server (in my case nginx), to the link:
rtmp://<...
2
I am trying live streaming on facebook via ffmpeg but I get one error. As the error, I must use AAC instead of mp3. But I don't know how to do it.
Error: Bad audio codec 2 (MP3). Accepted audio co...
Wino asked 17/8, 2016 at 10:59
2
I am combining multiple rtsp streams from local network cameras to a single output using ffmpeg. In the resulting video, the videos are out of sync.
ffmpeg -loglevel warning \
-f image2 -loop 1 \...
0
I need to integrate RTMP player in my reactjs app.I'm getting rtmpUrl for streaming and tried with react player but it is not supporting rtmp url.
Leonteen asked 14/11, 2019 at 9:4
4
Solved
Youtube now has a Live Streaming section that allows users to broadcast their own live stream sessions. In this "Live Streaming" section, there are 2 options: "Live Now [Beta]" and "Events".
Liv...
Humdinger asked 19/11, 2015 at 8:42
5
i am trying to use nginx proxy in front of 2 different servers
example.com , example1.com >> nginx 10.0.0.1 >>>> 10.0.0.2 , 10.0.0.3
stream {
server {
listen 1935;
proxy_pass 10.0.0.2:1936;...
Stopple asked 29/11, 2016 at 2:57
2
Solved
1
I'm using Adobe Live Stream Encoder to stream RTMP live audio in server side.
in my android client app, ExoPlayer with RTMP Extension can't play it and causes RtmpIOException but I can play it with...
Twilley asked 24/2, 2019 at 8:4
1 Next >
© 2022 - 2025 — McMap. All rights reserved.