NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
1 2 3 4 5 … 107 Next »
FFMPEG mapping question

 
  • 0 Vote(s) - 0 Average
FFMPEG mapping question
beber2410
Offline

Junior Member

France
Posts: 9
Threads: 1
Joined: Nov 2024
#1
5 hours ago
Hello,
Don't know if it's the right place to ask my question ..
I use NextPVR on Intel PC (server) windows 11 pro.
I use dvb-t2 tuner all is ok.
I want to add a free iptv channel : https://viamotionhsi.netplus.ch/live/eds...eplus.m3u8 but no success (video but no sound on RPI5 Libreelec-Kodi)
I wanted to resolve this problem by making a extras file and use ffmpeg to map stream audio and video that I want but no success 

This is the result of ffprobe :

  Program 0
    Metadata:
      variant_bitrate : 961073
  Stream #0:0(en): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 129 kb/s, start 20584.516300 (default)
    Metadata:
      comment        : English
  Stream #0:1(fr): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 127 kb/s, start 20584.527378
    Metadata:
      comment        : French
  Stream #0:2(qad): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 127 kb/s, start 20584.510200 (visual impaired)
    Metadata:
      comment        : Audio description
  Stream #0:3: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 768x432 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, start 20584.508322
    Metadata:
      variant_bitrate : 961073
  Program 1
    Metadata:
      variant_bitrate : 1660673
  Stream #0:0(en): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 129 kb/s, start 20584.516300 (default)
    Metadata:
      comment        : English
  Stream #0:1(fr): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 127 kb/s, start 20584.527378
    Metadata:
      comment        : French
  Stream #0:2(qad): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 127 kb/s, start 20584.510200 (visual impaired)
    Metadata:
      comment        : Audio description
  Stream #0:4: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 768x432 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, start 20584.508322
    Metadata:
      variant_bitrate : 1660673
  Program 2
    Metadata:
      variant_bitrate : 2476873
  Stream #0:0(en): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 129 kb/s, start 20584.516300 (default)
    Metadata:
      comment        : English
  Stream #0:1(fr): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 127 kb/s, start 20584.527378
    Metadata:
      comment        : French
  Stream #0:2(qad): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 127 kb/s, start 20584.510200 (visual impaired)
    Metadata:
      comment        : Audio description
  Stream #0:5: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709), 1280x720 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, start 20584.508322
    Metadata:
      variant_bitrate : 2476873
  Program 3
    Metadata:
      variant_bitrate : 4808873
  Stream #0:0(en): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 129 kb/s, start 20584.516300 (default)
    Metadata:
      comment        : English
  Stream #0:1(fr): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 127 kb/s, start 20584.527378
    Metadata:
      comment        : French
  Stream #0:2(qad): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 127 kb/s, start 20584.510200 (visual impaired)
    Metadata:
      comment        : Audio description
  Stream #0:6: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709), 1280x720 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn, start 20584.508322
    Metadata:
      variant_bitrate : 4808873

I want to have mapping streams of "Program 3" #0:6 for video and #0:1 for audio, but ffmpeg accept only -map 0 of "Program 0"

How should I do ?
Thanks
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 54,192
Threads: 968
Joined: May 2006
#2
3 hours ago (This post was last modified: 3 hours ago by mvallevand.)
Yes I pretty sure the native NextPVR m3u8 downloader has a problem when there are multiple m3u8 redirects to a final playlist with split audio and video that needs to go to ffmpeg.

I don't help with extras but one should be pretty straight forward since I tried this and it works. Good luck.

Code:
ffmpeg -v panic -i https://viamotionhsi.netplus.ch/live/eds/planeteplus/browser-HLS8/planeteplus.m3u8 -c copy -c:s copy -f mpegts - | ffplay -i pipe:

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Inputstream FFmpeg Direct dlindyds 8 508 2025-10-27, 02:46 AM
Last Post: dlindyds
  m3u music playlist question Bobins 17 1,574 2025-06-20, 08:39 PM
Last Post: sub
  Advanced Recording Scheduling question Bobins 7 887 2025-06-17, 12:56 AM
Last Post: mvallevand
  Question about Multiple Clients viewing Same Channel JohnySmith1010 15 2,094 2025-04-07, 12:28 PM
Last Post: mvallevand
  ffmpeg in postprocessing fails on spaces in filename Druhl 3 1,055 2025-03-29, 06:25 PM
Last Post: mvallevand
  Transcoder question eastavin 4 982 2025-01-29, 05:33 PM
Last Post: sub
  newbie question... wonder41269 6 924 2025-01-02, 08:09 PM
Last Post: wonder41269
  Recurring recordings title match question Bobins 4 850 2024-11-16, 12:46 AM
Last Post: sub
  yet another uiclient config question Brucek2839 2 914 2023-09-30, 10:15 PM
Last Post: Brucek2839
  ffmpeg output to NextPVR device stevepen1974 4 1,762 2023-08-20, 08:44 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode