Streaming video from many cameras to RED5 Server - streaming

I'm wondering what is the best way to stream video from many bnc cameras(already connected to a pc) to Red5 Media Server ?
Thanks fro any tips
Babel

The following code will be helpful for you to stream the camera video to the red5 server.
_camera = Camera.getCamera();
_camera.setMode(320,240,10000);
_camera.setQuality(0,85);
_video = new Video();
_video.x=0;
_video.y=0;
_video.height= _height;
_video.width = _width;
_video.attachCamera(_camera);
uiComp.addChild(_video);
_stream = new NetStream(_connection);
_stream.attachCamera(_camera);
_stream.publish(_streamName,"live");
When you run the flash then it will prompt you to select any camera from the list of the cameras connected to your pc.After that you can stream the video live from the camera to the red5 server.
If you want more help, you can ask me.Cheers

Related

In flutter how to use WebRTC to stream video to RTMP?

I have tried lot of research.. let me know how to live stream without camera view using RTMP server.I have tried with flutter_live,flutter_webrtc and rtmp_publiser plugin's.
Please try to describe your use scenaio:
What do you want to use to publish to RTMP server? OBS? FFmpeg? Chrome? Android? iOS?
What do you want to play the stream from RTMP server? VLC? Chrome? Android ? iOS?
Why do you need WebRTC?
What did you connect the camera to?
What app or platform like you want? YouTube? Twitter? Discord? Zoom? TikTok?
Conflict question, because WebRTC always use camera:
In flutter how to use WebRTC to stream video to RTMP?
how to live stream without camera
Didn't get you.

How can i connect DroidCam to processing?

I'm studying processing in my class.
In class, I used laptop webcam to connect video on processing, which was just
void setup() {
video = new Capture(this,width,height);
But now I want to use my smartphone as a cam, so I installed DroidCam.
While I downloaded DroidCam both on my pc and smartphone, I could see it's connected and working, but I don't know how to change laptop webcam to Droidcam.
I think I have to change this to something else,
video = new Capture(this,width,height);
but I don't know how can I check the names of cameras when there are several cameras connected to my pc.

Flash Media Server live streaming with multiple video files

I am using Flash Media server 4.5 and i read the tutorial if i want to stream the live feed, i may need to use the media live encoder. but what i found in media encoder is i have to manually setup everything and it only support camera devices.
But in my case i have multiple video files keep received from another program, my goal is use the Flash Media server to perform a live boardcasting with these video file one by one.
That means when client watching the streaming, they will not notice the server is play mov1, then mov2, then mov4, then mov5... and so on.
Also can FMS dynamically create a new streaming session (invoke by code), so that when client A uploading some video files to the server, the FMS open a new streaming session only stream cilent A video files?
Can FMS achieve such purposes? any tutorial provided would be very helpful!
Edit for Open Bounty
I want to basically deliver a live stream of video where a list of videos are source. I am currently using Flash Media Server with Cloudfront CDN to deliver content. So if I have video1, video2, and video3. I want to play them back to back as a live stream (so no skipping ahead in video), is it possible to do this? Bounty goes to clever workaround. Think of this as a television channel.
i have been working on the live streaming technologies for the past 1and half year . There is no option in flash live encoder for any file encoding.
1.To encoder your file you can use your dvd player devices or some thing else which supports usb devices playback options.and use the dvd player output to broadcast using flash media live encoder.
2.And the another set is to setup windows media encoder that supports file encoding(no need od dvd player) but it supports only windows media services.
At present i live webcast video file in this way only for my company http://www.malar.tv/live.php

HLS Streaming media player for iPhone4

I am looking for a good HLS streaming media player for my iPhone-4.
I have developed one sample Http live media streaming server which stream MPEG2/TS transport stream and i want to test this server on iPhone4. For this i want one MPEG2/TS stream player. Where i will provide name of my HLS server and it will request playlist and then will play it accordingly.
Does anyone know simple HLS player for iPhone4.
Thanks.
The built-in media player in iOS (from 3.0) supports HLS.
You can type the m3u8 path in safari address bar and it will play it.

Web player to use with SHOUTcast

I'm looking for a web player to play a music stream from a SHOUTcast server.
I setup a SHOUTcast DNAS 2.0 Server on CentOS. SHOUTcast can stream music to Windows Media player and winamp; however, I want to be able to stream music to an html pop-up window with a modern browser such as firefox, chrome, IE, safari.
A Flash or HTML based player would be great that can handle loop playback and audio/mpeg streams; open source if possible.
Any suggestions would be greatly appreciated :)
Here are some free flash players with anti memory leak technology from Museter.com
http://www.museter.com/SHOUTcast_Hosting_Online_Radio_Flash_Player.php