Hi,
I have nginx-rtmp installed on ubuntu 18.
I have link source likeI need to stream this likeCode:http://ip:port/username/password/1.m3u8in MPEGTS (my app does not support m3u8 playback).Code:http://myserver.com/video/1
This command works great:
But I need the stream in MPEGTS.Code:ffmpeg -re -user_agent "LocalHost" -i http://ip:port/username/password/4 -c:v copy -c:a aac -ac 2 -strict -2 -f hls -hls_wrap 50 /var/www/html/1.m3u8
Can somebody help me to get the MPEGTS output and allow multiple playbacks in my local server (3-4 connections) ?
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Youtube tv to hls
By send415 in forum Video Streaming DownloadingReplies: 8Last Post: 28th Jan 2022, 14:03 -
Hls video and audio
By giampi in forum Video Streaming DownloadingReplies: 5Last Post: 5th Jun 2020, 04:14 -
mkv to hls from ffmpeg
By b2kguga in forum Video ConversionReplies: 4Last Post: 15th May 2020, 03:41 -
Ustream HLS URL
By azadiyame in forum Video Streaming DownloadingReplies: 1Last Post: 10th Dec 2019, 14:12 -
Looking for HLS dvr or HLS time-shift record
By Alien51 in forum Newbie / General discussionsReplies: 0Last Post: 15th Mar 2018, 23:48