Kempf,
Thanks for your reply. It is the same in the latest nightly build (vlc-3.0.0-20170212-0448-git-win64.exe). It surely looks like the VLC is working too hard on the tcp download and not on the transcoding of the videos.
I am not very familiar with video programming, but too me, it looks like something that can be handled or at least debugged for further information. The example I put at the first post, is just part of the real thing that I need, so the 20% CPU is not acceptable (see the real thing below).
Did you try to run it on your environment? do you get a better results?
I appreciate your assistance!
Thx,
Yohay
.conf and command line file for the real thing I am trying to run:
=======================================================
new video1 broadcast enabled
setup video1 option image-duration=119
setup video1 input "
http://nana10live-lh.akamaihd.net/i/HD_ ... &rebase=on"
setup video1 output #duplicate{dst=mosaic-bridge{id=1,width=640,height=360},select=video,dst=bridge-out{id=1},select=noaudio}
new video2 broadcast enabled
setup video2 option image-duration=119
setup video2 input "
http://localhost:65007/?url=channel-511M&mode=33"
setup video2 output #duplicate{dst=mosaic-bridge{id=2,width=640,height=360},select=video,dst=bridge-out{id=2},select=noaudio}
new video3 broadcast enabled
setup video3 option image-duration=119
setup video3 input "
http://live.ch20-cdnwiz.com/ch20-abr/ch ... ylist.m3u8"
setup video3 output #duplicate{dst=mosaic-bridge{id=3,width=640,height=360},select=video,dst=bridge-out{id=3},select=noaudio}
new video4 broadcast enabled
setup video4 option image-duration=119
setup video4 input "rtmp://shoppingil-s.vidnt.com/shoppingil_ShoppingIL21TVRepeat/ShoppingIL21TV_3"
setup video4 output #duplicate{dst=mosaic-bridge{id=4,width=640,height=360},select=video,dst=bridge-out{id=4},select=noaudio}
new bg broadcast enabled
setup bg option image-duration=-1
setup bg input "C:\Users\yohay\AppData\Roaming\Kodi\addons\script.video.multiscreens\resources\media\background.jpg"
setup bg output #transcode{sfilter=mosaic,vcodec=mp4v,vb=800,scale=0.3}:bridge-in{id-offset=100}:standard{access=http,mux=ogg,dst=127.0.0.1:8080}
#:display
control bg play
control video1 play
control video2 play
control video3 play
control video4 play
#C:\Program Files (x86)\VideoLAN\VLC>vlc -vvv :ttl 12 -I telnet --telnet-password admin --telnet-port 3434 --color --vlm-conf=C:\Users\yohay\AppData\Roaming\Kodi\addons\script.video.multiscreens\resources\media\example3.conf --mosaic-width=1280 --mosaic-height=720 --mosaic-keep-picture --mosaic-rows=2 --mosaic-cols=2 --mosaic-position=1 --mosaic-order=1,2,3,4