Home > Forum > RTMP URL

RTMP URL

Jul 25, 2016
Narthana wrote
Hi

How to give authenticated RTMP Url for streaming ?
Reply
8 Answers
Jul 26, 2016
Roman Miniailov agent wrote
Hi

Streaming using network streaming feature of SDK and ffmpeg.exe.
Jul 26, 2016
Narthana wrote
Tats fine, I am asking how to authentication for RTMP Url
Jul 26, 2016
Roman Miniailov agent wrote
Sorry, forget to add "?" to my previous message. So, you want to stream video using RTMP, correct?

Let me check FFMPEG options for this.
Jul 26, 2016
Roman Miniailov agent wrote
Use URL like this for streaming:

rtmp://username:password@:ip:5554/live/Stream
Apr 05, 2021
Eli3046 wrote
when I try to stream from two different clients (demo wcf app) from two different cameras on same machine I get the video output switching between the 2 cameras on both channels. I would like to be able to broadcast two cameras using rtmp.

Thanks

Eli
Apr 05, 2021
Roman Miniailov agent wrote
Can you write a small sample app to show an issue?
Apr 05, 2021
Eli3046 wrote
I will try to create one.
It seems that when Im using ffmpegOutput.UsePipe=true it doesnt have this issue but then it doesnt allow me to stream to remote address, only local Lan.
Is it possible that the FFMPEG is buffering to the same file from two different processes?
Apr 05, 2021
Roman Miniailov agent wrote
You should use UsePipe if you want to stream multiple streams. Why you think that it's doesn't allow you to stream to a remote address? Pipes it's a way to deliver video and audio streams to FFMPEG; output is independent.