Wowza Community

no stream in smil playlist file

Hi

I want setup a smil file with shoucast stream’s (32k,64k)

I was create a application name live.

I was create a stream files radio32.stream, radio64.stream and connected successfully.

then create a smil file radio.smil and add stream files to smil playlist (audio only, or video. i was try both).

then connect to smil file, and successfully connected on wowza.

Bu when i want to play, its not play.Beause stream files not viewing in playlist.

when i run this link from pc http://127.0.0.1:1935/live/smil:radio.smil/playlist.m3u8 this playlist include a this :

No stream files in playlist file.

#EXTM3U

#EXT-X-VERSION:3

#EXT-X-STREAM-INF:BANDWIDTH=32000

chunklist_w1033837918_b32000.m3u8

#EXT-X-STREAM-INF:BANDWIDTH=64000

chunklist_w1033837918_b64000.m3u8

I think it must be a ,

#EXTM3U

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=32000

http://127.0.0.1:1935/live/definst/radio32.stream/playlist.m3u8?wowzasessionid=761047871

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=64000

http://127.0.0.1:1935/live/definst/radio64.stream/playlist.m3u8?wowzasessionid=761047871

How can i resolve this problem,

Thank you

Hello

Thanks for contacting Wowza Forums.

The HLS playlist will have relative paths, unless you update the configuration to have absolute paths.

What audio codec are you using for the incoming stream? Is it a supported codec?

Supported Codecs

Also, have you checked your error logs, they usually can point you in the direction of where the issue is. If you need help with the logs, you can open a ticket HERE and we can assist further.

regards,

Jermaine