Git Product home page Git Product logo

Comments (7)

CircleCode avatar CircleCode commented on June 3, 2024 2

bon, en ce qui me concerne, problème résolu par l'activation d'un conntrack rtsp.
Pour mémo à ceux qui rencontreraient le problème sous openwrt :

  • installation de kmod-ipt-nathelper-rtsp
  • activation du helper (echo 1 > /proc/sys/net/netfilter/nf_conntrack_helper pour du temporaire, ou echo "net.netfilter.nf_conntrack_helper=1" > /etc/sysctl.conf pour du permanent)

from pvr.freebox.

66enligne avatar 66enligne commented on June 3, 2024 1

Désolé pour le message précédent. Tout est OK c'est moi qui ai fait une erreur

from pvr.freebox.

aassif avatar aassif commented on June 3, 2024

J'ai déjà cherché et, bien que FFmpeg en soit capable, Kodi ne permet pas de spécifier les ports RTSP.

from pvr.freebox.

CircleCode avatar CircleCode commented on June 3, 2024

questions de brainstorming (je ne maitrise pas du tout ces aspects)
Je suppose que Kodi utilise ffmpeg ? Dans ce cas, n'est-il pas possible de forcer ce port de manière globale au système directement pour ffmpeg ?

from pvr.freebox.

CircleCode avatar CircleCode commented on June 3, 2024

ou encore, comment ffmpeg est-il appelé par kodi ? peut-être est-il possible d'écrire un wrapper qui passe les bonnes options dans ce cas particulier ?

from pvr.freebox.

erwann2000 avatar erwann2000 commented on June 3, 2024

bon, en ce qui me concerne, problème résolu par l'activation d'un conntrack rtsp.
Pour mémo à ceux qui rencontreraient le problème sous openwrt :

  • installation de kmod-ipt-nathelper-rtsp
  • activation du helper (echo 1 > /proc/sys/net/netfilter/nf_conntrack_helper pour du temporaire, ou echo "net.netfilter.nf_conntrack_helper=1" > /etc/sysctl.conf pour du permanent)

un double signe supérieur est préférable afin de ne pas écraser le contenu du fichier /etc/sysctl.conf
echo "net.netfilter.nf_conntrack_helper=1" >> /etc/sysctl.conf

En tout cas merci pour le tuyau de l'activation du helper

from pvr.freebox.

66enligne avatar 66enligne commented on June 3, 2024

Cela ne fonctionne plus avec la version 22.03 de openwrt passé de fw3 à fw4
avez vous trouvé une solution?

from pvr.freebox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.