|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Pre-Release/Beta Questions about pre-release versions of openSUSE Linux (software & hardware) |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
mplayer -dumpstream dvb seems to be broke ??
Or at least it does not work for me ![]() I tried this: mplayer -dumpstream dvb://"FOLKETINGET" -dumpfile testting_smplayer.mpg First it complained about channel.conf missing PHP Code:
That fixed the first error message But i still get the error about an empty DVB conf PHP Code:
It seems to mean it cannot open the dvb device for some reason. I may suspect that it goes for the DVB-s frontend0 adapter. I have a dual card with both dvb-s and dvb-t This was the case with tzap - had to force it to use frontend1 with an option -f 1 Without this option, I cant see how mplayer is supposed to know which frontend adapter it should use. regards jens |
|
||||
|
Quote:
Just add cardnumber see the man page for more options, but should just be; Code:
mplayer -dumpstream dvb://1@FOLKETINGET -dumpfile testing_smplayer.mpg Cheers Malcolm °¿° (Linux Counter #276890) SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.37-0.1-default up 3 days 16:02, 2 users, load average: 0.12, 0.14, 0.10 GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18 |
|
|||
|
Hi
I fully agree that I should try to record the video with something else, in order to exclude a problem with tzap. So i will work on this. However, I never got mplayer to work with the correct frontend device - even with the command that you specified. I believe the parameter 1@ indicates card 1 as you say, and as it is stated in the manual As it did not work, I translated this to be the physical PCI card rather than the logical input device. This morning I tried to verify this briefly by looking into mplayer with "strings" PHP Code:
(physical card I believe) But the frontend device i locked to fronteend0 PHP Code:
Just need to figure out where I should edit the source files to change it |
|
|||
|
Hi
Made some progress this morning Thx to Malcolmlewis hints to try mplayer Started by removing mplayer and x264 alltogether Then I have downloaded the latest x256 codec and mplayer Then compiled mplayer from scratch with the new x264 The new mplayer auto detected the right adapter and frontend (hmm.. maybe someone should update the repositories...) Still the same probs though The output from mplayer led me to the mplayer forum where some Eugine mentioned that the PMT PID should be added in the channels.conf channels.conf change: PHP Code:
Still no video in mplayer So I have video in kaffeine and audio in mplayer The trick is now to have both video and audio in the same application ![]() For reference here is the output from mplayer jens@HTPC:~> mplayer dvb://FOLKETINGET MPlayer SVN-r29832-snapshot-4.4 (C) 2000-2009 MPlayer Team Playing dvb://FOLKETINGET. dvb_tune Freq: 714000000 TS file format detected. VIDEO H264(pid=2261) AUDIO AAC(pid=2271) NO SUBS (yet)! PROGRAM N. 2025 FPS seems to be: 25.000000 ================================================== ======================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264) ================================================== ======================== ================================================== ======================== Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding) Unsupported LATM configuration: 5 programs/ 1 subframes, 5 layers, allstreams: 0 Unsupported LATM configuration: 5 programs/ 1 subframes, 5 layers, allstreams: 0 FAAD: compressed input bitrate missing, assuming 128kbit/s! AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000) Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio)) ================================================== ======================== AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) Starting playback... Unsupported LATM configuration: 5 programs/ 1 subframes, 5 layers, allstreams: 0 Unsupported LATM configuration: 5 programs/ 1 subframes, 5 layers, allstreams: 0 [h264 @ 0xca4dc0]mmco: unref short failure [h264 @ 0xca4dc0]mmco: unref short failure Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. [swscaler @ 0xd86680]using unscaled yuv420p -> rgb565 special converter VO: [fbdev] 704x576 => 1024x576 BGR 16-bit [h264 @ 0xca4dc0]B picture before any references, skipping?,?% 0 0 [h264 @ 0xca4dc0]decode_slice_header error [h264 @ 0xca4dc0]no frame! Error while decoding frame! [h264 @ 0xca4dc0]B picture before any references, skipping?,?% 1 0 |
|
||||
|
Quote:
Its not often kaffeine can play video where MPlayer can not. You may need to custom compile MPlayer to get the video playback that you desire, in which case user microchip is very good at that (or at least he may understand what the limitation is there with video playback), and if you decide to go that route, you could see if he can help. |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|