Hello,
i am very new to Wowza and have researched about 2 days for solving my problem.
i wish to Transcode / Reencode my from NextPVR or DVBviewer generated livestream to a HLS Stream.
From a Stream like:
http://192.168.130.85:8866/live?channel=1
to Wowza output:
http://192.168.130.85:1935/live/myStream/playlist.m3u8
if i stream my: http://192.168.130.85:8866/live?channel=1 in VLC i get a working result with this stream data:
MPEG-1/2 Video (mpgv)
Size 720x576
rate: 50
Planar 4:2:0 YUV
My biggest problem is: how to push / deliver this to Wowza
i have read about the transcoding under:
https://www.wowza.com/docs/how-to-set-up-and-run-wowza-transcoder-for-live-streaming#config
also i have looked as a first step on transcode with VLC using the example file with:
“C:\Program Files (x86)\VideoLAN\VLC\vlc” -vvv “%WMSAPP_HOME%/content/sample.mp4” --sout “#transcode{venc=x264{keyint=60,profile=baseline,level=3.0,nocabac},vcodec=x264,vb=150,scale=0.5,acodec=mp4a,ab=96,channels=2,samplerate=48000}:rtp{dst=127.0.0.1,port=10000,mux=ts}”
VLC starts up but when i try to get this played on a other device with: http://192.168.130.85:1935/live/myStream/playlist.m3u
i only get errors in wowza window like: WARN server comment - HTTPStreamerAdapterCupertinoStreamer.getAppInstance: Stream not found [live/myStream/playlist.m3u8]: myStream
Could please anyone tell me how to make this work with transcoding my input stream to a HLS output?
Is there a extra software needed ?
i am confused after 2 days of research