Hi
I’ am going to stream for my customer with wowza and here is their specification
for live stream
Example HLS:
http://stream_1_live.m3u8
Example Transportstream:
http://stream_1_live.ts
I am OK with HLS but i don’t understand .ts, as far as i know wowza uses for (mpeg-ts) mpegts.stream ending in link.
How can I stream .ts stream ?
thx
Hi
You can use Wowza to re stream MPEG-TS by creating a stream file within a Wowza Application. The stream file contains the address of the MPEG-TS stream. An example we have within our documentation describes the use of ffmpeg to create an MPEG-TS stream, which is ingested by Wowza listening on port 10000:
https://www.wowza.com/docs/how-to-use-ffmpeg-with-wowza-media-server-mpeg-ts
The following article demonstrates how you can publish the MPEG-TS live stream using Wowza and stream files:
https://www.wowza.com/docs/how-to-publish-and-play-a-live-stream-mpeg-ts-based-encoder
Hi,
Try adding the forceMPEGTSOut and rtpWrapMPEGTS Properties set to “true” in the Application.xml /RTP Properties container:
<Property>
<Name>forceMPEGTSOut</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
<Property>
<Name>rtpWrapMPEGTS</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
Richard
Maybe the box supports cupertino streaming? Then you just need a HLS URL like this:
http://[wowza-address]:1935/vod/sample.mp4/playlist.m3u8
The chunks that are delivered to the player will be .ts files.
Otherwise, you can use rtsp for playback, which is what is affected by the forceMPEGTSOut Property setting.
rtsp://[wowza-address]:1935/vod/sample.mp4
Richard
No, sorry, vod streaming of .ts files is not supported. Most STBs at least support RTSP streaming. I would try that with those Property settings.
Richard
yes i know mpeg-ts restream but i need to deliver .ts stream to customer
is there any possibility ?
thx
Hi
i need that .ts output for set top box from my VOD archiv
Is it possible if is it how?
I set forceMPEGTSOut, but i dont know how to open this stream in for examle vlc
thanks
Hi
it does not support hls
I have to deliver stream like this url (http with .ts)
http://stream_1_live.ts
Is it possible with wowza ?
thanks