Feature #4155
Picture in Picture stream from two IPTV channels
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
IPTV
Target version:
-
Start date:
2017-01-01
Due date:
% Done:
0%
Estimated time:
Description
The topic is self descriptive.
I'm using KODI with TVH PVR client but it's on Android based TV Box.
I know with ffmpeg is relatively easy under Linux OS, like:
ffmpeg -i pipInput1.flv -i pipInput2.flv -filter_complex "[1]scale=iw/5:ih/5 [pip]; [0][pip] overlay=main_w-overlay_w-10:main_h-overlay_h-10" -profile:v main -level 3.1 -b:v 440k -ar 44100 -ab 128k -s 720x400 -vcodec h264 -acodec libfaac PIP_output1.mp4 ffmpeg -i master_video.mp4 -vf "movie=second_video.mp4, scale=800:-1 [inner]; [in][inner] overlay=70:70 [out]" completed.mp4 ffmpeg -i rtsp://serer/mp4:1.mov -i http://serer2/sample-video2.mp4 -filter_complex “[1]scale=iw/4:ih/4 [pip]; [0][pip] overlay=main_w-overlay_w-10:main_h-overlay_h-10″ -ar 44100 -f flv rtmp://localhost:1935/Stream
etc more variants.
Could be possible to be created such PiP IPTV ability server side ?
Thanks to anyone in advance.
History
Updated by Jaroslav Kysela almost 8 years ago
- Status changed from New to Rejected
Use pipe:// input - https://tvheadend.org/projects/tvheadend/wiki/Custom_MPEG-TS_Input .
Updated by Dimitar Maznekov almost 8 years ago
Jaroslav Kysela wrote:
Use pipe:// input - https://tvheadend.org/projects/tvheadend/wiki/Custom_MPEG-TS_Input .
Thanks for the tip, but the goal is not how to use proper ffmpeg but the feature/ability to choose two channels in IPTV channel list and to watch combined stream.
Thanks anyway.