How can we play or process a tv channel with ffplay, ffmpeg from a tuner on tv card on linux. I am able to play with vlc when I tune a tuner wtih szap with command szap-s2 "channel" -a 0 -H . However, I could not achieve this with ffmpeg. I also want to play multiple channels at same time on one transponder.
play channels from dvb with ffmpeg
3.9k Views Asked by mustafa.yavuz At
0
There are 0 best solutions below
Related Questions in FFMPEG
- Extract bytes of specific stream from mpegts file using ffmpeg
- running ffmpeg command in java Process hangs in waitFor()
- ffmpeg stream rtsp to mpegts
- Android receive RTP/UDP audio stream from VLC/ffmpeg
- error - /usr/bin/ld: cannot find -lavutil in ubuntu 15.04
- webcam displayed on LAN not to the internet
- ffserver - invalid codec name libvpx
- ffmpeg to extract a video one frame per second?
- how to extract audio from video in c using ffmpeg library?
- How to extract audio form video using ffmpeg in C++?
- ffmpeg to validate video format is genune and store error into string
- FFMPEG concat videos
- Why so many partial content requests in Firefox when streaming mp4 video on Apache?
- FFServer streaming H.264 from Logitech C920 without re-encoding
- Fragment shader does not show any colour when compiled with vs2013
Related Questions in STREAMING
- One to One screensharing using WEBRTC
- MarkLogic 8 - Stream large result set to a file - JavaScript - Node.js Client API
- Adaptive Bitrate streaming in ios
- Streaming tweets with Hosebird
- how make 2 mountpoints from ices2 (icecast)
- Can npm request module be used in a .pipe() stream?
- Is twitter streaming api exactly 1 percent of the whole streaming?
- Error being thrown by ffmpeg and ffserver, not getting a stream
- How can I use the results of a batch spark execution to a streaming one?
- WebRTC Kurento Docker Image on EC2
- Python requests reading response while uploading request body
- live streaming using MediaLibDemos3x
- C++ Save dialog
- Streaming songs from pc
- Decrease delay during streaming and live streaming methods
Related Questions in TELEVISION
- Android no suitable constructor found for HeaderItem(int,String,<null>)
- What is the best way to make an Android TV menu?
- How to convert cable TV channel into Ip based stream
- Connect to WifiDirect on AndroidTV but keep using regular WIFI for internet
- How to create transition animation between BrowseFragment and headers?
- Scrollable TV Guide with HTML/XML/XSLT/AJAX
- Error inflating android.support.v17.leanback.widget.TitleView
- How to support OTA video in custom web app (for LG TV)?
- Open-source / free universal EPG / XMLTV data API or service, or how to make one?
- Scrolling UIScrollView on external screen attached to an iPad
- What data to send using IR to control AC or TV using C#
- TvOs : is there a way to know when tv is turned off / on?
- Microsoft.DirectX.DirectSound and TV Tuner
- Will the Vibrate Permission filter an app from Google TV in the Android Market?
- Setting brightness of tv through cec-client
Related Questions in DVB
- Getting EPG from DVB-S
- DVB live streaming to android without encoding
- Decoding of DVB PSI
- Retriving DVB data tables using IPSITables
- What's the correct way to implement the BaseBand scrambler of DVBS2?
- DVB-S streaming from source to media server
- difference between video Scrambling and video Encryption
- Playout software in linux
- play channels from dvb with ffmpeg
- how to extract EPG from dvb-t (live tv stream - udp) with ffmpeg?
- How to reduce delay between change chanel in Mumudvb?
- DVB PCR error time period
- GnuTV: Can't stream video over rtp/udp
- TVHeadend not using codec copy on an IPTV stream?
- MPEG-TS Encoding
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?