Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Question Nginx RTMP to MPEG-TS

Energy

Extended Member
Ext. Member
Joined
Apr 9, 2020
Messages
11
Reaction score
34
Points
24
Location
Portugal
Website
www.djtv.pt
Hello everyone I'm new here and hope someone can help me.
I have an Nginx Server with ffmpeg and I´m trying to convert the incoming rtmp stream into MPEGTS output for publish and access with vlc aplication, but without success, is there any one how can help me?

I have this in config in nginx.conf file: exec_static ffmpeg -i rtmp://127.0.0.1:1935/mpegts/stream -c copy -f mpegts udp://239.0.0.12:1234;

Best regards
DjEnergyPower
 
Hello everyone I'm new here and hope someone can help me.
I have an Nginx Server with ffmpeg and I´m trying to convert the incoming rtmp stream into MPEGTS output for publish and access with vlc aplication, but without success, is there any one how can help me?

I have this in config in nginx.conf file: exec_static ffmpeg -i rtmp://127.0.0.1:1935/mpegts/stream -c copy -f mpegts udp://239.0.0.12:1234;

Best regards
DjEnergyPower
try running
ffmpeg -i "rtmp://127.0.0.1:1935/mpegts/stream" -c copy -f mpegts udp://239.0.0.12:1234
 
try running
ffmpeg -i "rtmp://127.0.0.1:1935/mpegts/stream" -c copy -f mpegts udp://239.0.0.12:1234
Hello Man, thanks for your reply.
How I access to the mpeg-ts from vlc for example?

Best regards
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Hello Man, thanks for your reply.
How I access to the mpeg-ts from vlc for example?

Best regards
you can test from the machine running ffmpeg ... VLC==>media===>open network stream===>udp://@239.0.0.12:1234
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top