jaskie / PlayoutAutomation

Television broadcast automation system
GNU General Public License v2.0
176 stars 40 forks source link

Cant we get UDP/RTP stream out from player #53

Closed sachin0606 closed 4 years ago

sachin0606 commented 5 years ago

Hi,

Thanks for the source and wanted to know new feature which can make the player more flexible. the output of the player cant br directly stream as UDP/RTP stream so can directly insert in our device without the decklink card.

jaskie commented 5 years ago

Hi, the actual output is produced by CasparCG server - this is media player. We use our (public) fork of the CasparCG that is able to produce decent UDP (uni- and muticast) stream. RTMP (used i.e. by YouTube) is working OK as well. RTP support is unknown to me - however the possibilities should be equal to bare FFMpeg which is used by CasparCG internally. Also see: https://github.com/jaskie/Server/wiki/Creating-perfectly-stable-CBR-MPEG-transport-stream

sachin0606 commented 5 years ago

Thanks for the quick response. one more question. CasperCG is required OPENGL. anyway to work arournd with old graphics card with OPENGL 1.1 support?

jaskie commented 5 years ago

Yes, using software mixer on CasparCG 2.2. I was tested it once (at beta stage), but it was not complete enough to use, however many fixes was applied since then. I'm also thinking about CasparCG alternative: it may be OBS Studio or something other FFMpeg-based.

sachin0606 commented 5 years ago

unable to install the CasparCG due to lack of support OPENGL.

jaskie commented 5 years ago

Indeed, I just looked at CasparCG 2.2 release, and it seems not to support CPU mixer at all. You have to buy a GPU (a cheapest GTX 710 is enough for single HD channel).

sachin0606 commented 5 years ago

Yes. i gonna buy that now and confirm you. But thanks for quick response and great code.