You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this feature is useful to everyone, but it shouldn't be hard to implement either. It would be nice if Parabolic could stream its output to an app rather than downloading to a file.
Command line examples of how this works can be found here:
flatpak run --command=yt-dlp org.nickvision.tubeconverter https://www.srf.ch/play/tv/dok/video/im-reich-der-taliban---ein-schoenheitschirurg-auf-humanitaerer-mission?urn=urn:srf:video:03583575-4416-4274-8218-e71f6fc1157d -o - | flatpak run com.github.rafostar.Clapper fd://0
flatpak run --command=yt-dlp org.nickvision.tubeconverter https://www.srf.ch/play/tv/dok/video/im-reich-der-taliban---ein-schoenheitschirurg-auf-humanitaerer-mission?urn=urn:srf:video:03583575-4416-4274-8218-e71f6fc1157d -o - | flatpak run org.gnome.Totem fd://0
In this particular case, the feature isn't all too useful, but for services that require you to sign in, and are a better viewing experience through a native app, this is very nice as it allows you to watch content without having to download the entire piece of media first.
The text was updated successfully, but these errors were encountered:
I don't think this feature is useful to everyone, but it shouldn't be hard to implement either. It would be nice if Parabolic could stream its output to an app rather than downloading to a file.
Command line examples of how this works can be found here:
flatpak run --command=yt-dlp org.nickvision.tubeconverter https://www.srf.ch/play/tv/dok/video/im-reich-der-taliban---ein-schoenheitschirurg-auf-humanitaerer-mission?urn=urn:srf:video:03583575-4416-4274-8218-e71f6fc1157d -o - | flatpak run com.github.rafostar.Clapper fd://0
flatpak run --command=yt-dlp org.nickvision.tubeconverter https://www.srf.ch/play/tv/dok/video/im-reich-der-taliban---ein-schoenheitschirurg-auf-humanitaerer-mission?urn=urn:srf:video:03583575-4416-4274-8218-e71f6fc1157d -o - | flatpak run org.gnome.Totem fd://0
In this particular case, the feature isn't all too useful, but for services that require you to sign in, and are a better viewing experience through a native app, this is very nice as it allows you to watch content without having to download the entire piece of media first.
The text was updated successfully, but these errors were encountered: