Help: streaming RTMP as output

Barabba

Member
Hi, my goal is to stream to an Android TV instead of Youtube, I woud use MX player that supports RTMP on input, but I need to do it with TCP protocol. I suppose on OBS live settings I've to choose "custom", than I need to specify a string for ffmpeg to stream RTMP. Is it possible to force it do only with TCP?

At this moment I'm using RTSP server plugin for OBS, and as it allows (for me unfortunately) UDP too I'm using simple RTSP server to proxy to TCP only. The problem is that this proxy is requesting stream always, even if no clients are connected to it, loading CPU for nothing. I suppose istead that the live OBS stream may start only if a client is connected.
Thank you
 

Tomasz Góral

Active Member
RTMP - you need server rtmp, e.g. nginx-rtmp (watch)
Your OBS (localy) send stream to nginx-rtmp, TV get stream from nginx-rtmp.
Simple and easy.
 
Top