Search found 66 matches

Go to advanced search

by md
08 Jan 2022 08:45
Forum: VLC media player for macOS Troubleshooting
Topic: Switch to software decoding after packet loss
Replies: 3
Views: 1830

Re: Switch to software decoding after packet loss

Sure, I've uploaded file hevc3.ts to streams.videolan.org
by md
07 Jan 2022 11:40
Forum: VLC media player for macOS Troubleshooting
Topic: Switch to software decoding after packet loss
Replies: 3
Views: 1830

Switch to software decoding after packet loss

With the latest 3.0.16 release, VLC plays 4K HEVC content on iMAC using hardware decoding on the GPU with CPU usage around 17%. main debug: selecting program id=2 main debug: looking for packetizer module matching "any": 25 candidates main debug: using packetizer module "hevc" ma...
by md
04 Jan 2022 11:46
Forum: VLC media player for macOS Troubleshooting
Topic: Incorrect video window size on Retina displays
Replies: 2
Views: 2143

Re: Incorrect video window size on Retina displays

Well, just tested with QuickTime and IINA - both open proper 1:1 pixel mapped video window for 4K content, not double-sized windows. QuickTime opens double-sized window only for lower resolutions. IINA never opens double-sized window. For 4K, the original, 1:1 pixel mapped window covers 3/4 of the i...
by md
04 Jan 2022 09:41
Forum: VLC media player for macOS Troubleshooting
Topic: Incorrect video window size on Retina displays
Replies: 2
Views: 2143

Incorrect video window size on Retina displays

With the latest 3.0.16 release, VLC plays FullHD and 4K content smoothly on recent 27" iMACs using HW acceleration, however, initially it always opens the video window 2-times bigger than appropriate. For FullHD, it opens 4K window: main debug: original format sz 1920x1088, of (0,0), vsz 1920x1...
by md
25 Sep 2012 14:19
Forum: VLC media player for Windows Troubleshooting
Topic: Local Network SAP issues with 2.0
Replies: 7
Views: 941

Re: Local Network SAP issues with 2.0

With vlc 2, SAP are now identified by their hash id, and not by comparing the sdp. That's what has change since vlc 1.1.13 The trouble here is, that e.g. miniSAPserver always fills hash_id with 0x4212+progno and source IP with 1.2.3.4 Thus announcements from two or more miniSAPservers seen on SAP m...
by md
24 Nov 2009 11:26
Forum: VLC stream-output (sout)
Topic: DVBLast problem
Replies: 6
Views: 2024

Re: DVBLast problem

TT S2-3200 was sucessfully tested with linux kernel 2.6.31.6 and DVBlast 1.1

Note that software decoding of H264 streams is very CPU hungry, so your machine with VLC might eventually be too slow to do it correctly.
by md
24 Nov 2009 11:21
Forum: VLC stream-output (sout)
Topic: VLC and Powercam Pro Module
Replies: 18
Views: 4774

Re: VLC and Powercam Pro Module

With DVBlast 1.1, there's a new option -W which adds the msleep delays automatically.
by md
28 Oct 2009 13:03
Forum: VLC stream-output (sout)
Topic: VLC and Powercam Pro Module
Replies: 18
Views: 4774

Re: VLC and Powercam Pro Module

Try this: edit en50221.c and right after the lines: msg_Dbg( p_access, "adding CAPMT for SID %d on session %d", p_pmt->i_program_number, i_session_id ); add the following: msleep(10000); This would introduce 10 msec delay between CAPMTs. If it doesn't help, try larger values and tell us wh...
by md
28 Oct 2009 12:24
Forum: VLC stream-output (sout)
Topic: VLC and Powercam Pro Module
Replies: 18
Views: 4774

Re: VLC and Powercam Pro Module

This is strange... That CAM seems to ignore the 5-th and next CAPMTs... OK, let's verify if this isn't just a timing issue: Please test the following: put only 2 programs into the config file start DVBlast edit config, add 3-rd program killall -1 dvblast edit config, add 4-th program killall -1 dvbl...
by md
28 Oct 2009 09:02
Forum: VLC stream-output (sout)
Topic: VLC and Powercam Pro Module
Replies: 18
Views: 4774

Re: VLC and Powercam Pro Module

Please test if any of the following behaves differently and if so, tell us how many programs work in each case: - include only programs 20506-20515 in the config (i.e. remove 20501-20505) - remove the PID lists from all programs, i.e. keep only xxx:6000 1 20501 xxx:6001 1 20502 .... Also try to edit...
by md
27 Oct 2009 16:20
Forum: VLC stream-output (sout)
Topic: VLC and Powercam Pro Module
Replies: 18
Views: 4774

Re: VLC and Powercam Pro Module

Please post all the output from DVBlast, so we can see which PIDs were selected with the programs.
by md
26 Oct 2009 18:25
Forum: VLC stream-output (sout)
Topic: VLC and Powercam Pro Module
Replies: 18
Views: 4774

Re: VLC and Powercam Pro Module

Ah, your CAM seems to support 38 systems IDs ????

Please edit file en50221.c and change this line:

#define MAX_CASYSTEM_IDS 16

Put e.g. 48 instead of 16 there, recompile DVBlast and try again. If it doesn't work, please post the log again.
by md
26 Oct 2009 12:57
Forum: VLC media player for Windows Troubleshooting
Topic: 720x576 that turns to 1365x576 instead of 1024x576
Replies: 9
Views: 2706

Re: 720x576 that turns to 1365x576 instead of 1024x576

mpeg2dec -v -s0 no-audio-in-mpc.mp2

If VOBs from DVDShrink (full transfer) look the same, then this DVD was incorrectly manufactured.

More details at: http://trac.videolan.org/vlc/ticket/3111
by md
26 Oct 2009 09:28
Forum: VLC stream-output (sout)
Topic: VLC and Powercam Pro Module
Replies: 18
Views: 4774

Re: VLC and Powercam Pro Module

What command line arguments have you used and what's in the config file?

The message you mention should only happen if you try to stream more than 24 programs (not PIDs).
by md
24 Oct 2009 19:08
Forum: VLC stream-output (sout)
Topic: DVBLast problem
Replies: 6
Views: 2024

Re: DVBLast problem

In fact DVBlast streams MPEG4 perfectly with DVB-S cards. I'm afraid support for TT S2-3200 in standard linux kernel is not quite good, which might be the reason for problems you're seeing.
by md
20 Oct 2009 18:48
Forum: VLC media player for Windows Troubleshooting
Topic: vob default aspect ratio bug
Replies: 14
Views: 3596

Re: vob default aspect ratio bug

Just FYI, it's also possible to play such broken VOBs in VLC, but you have to use a special option:

vlc --codec=ffmpeg Classic_Rock_Guitar_Solos_Vol_1.Title2.vob

This option will use different decoder, which ignores display info.
by md
19 Oct 2009 18:15
Forum: VLC media player for Windows Troubleshooting
Topic: vob default aspect ratio bug
Replies: 14
Views: 3596

Re: vob default aspect ratio bug

Yep, if the original DVD plays fine in VLC, it's the DVDfab which introduces this nonsense into your VOBs. Please check if there is a configuration option somewhere in DVDfab, which will allow you to set TV standard (PAL instead of NTSC) or output format (720x576 instead of 720x480). If not, ask the...
by md
19 Oct 2009 17:41
Forum: VLC media player for Windows Troubleshooting
Topic: 720x576 that turns to 1365x576 instead of 1024x576
Replies: 9
Views: 2706

Re: 720x576 that turns to 1365x576 instead of 1024x576

How you got this file - i.e. what exact software was used to rip it from DVD? The MPEG2 sequence headers are broken: SEQUENCE MPEG2 MP@ML PAL BT.470-2/B,G 720x576 chroma 360x288 fps 25 maxBps 812500 vbv 229376 picture 720x576 display 540x576 pixel 256x135 display width (540) is lower than encoded wi...
by md
19 Oct 2009 17:34
Forum: VLC media player for Windows Troubleshooting
Topic: vob default aspect ratio bug
Replies: 14
Views: 3596

Re: vob default aspect ratio bug

Does the original DVD play correctly in VLC? I suspect DVDfab is either crappy, or you have set it up for US TV standard (NTSC). The VOB you posted has the following parameters: SEQUENCE MPEG2 MP@ML PAL COLORS (prim BT.470-2/M trans BT.470-2/M matrix BT.470-2/B,G) 720x576 chroma 360x288 fps 25 maxBp...
by md
16 Oct 2009 19:09
Forum: General VLC media player Troubleshooting
Topic: ***************** VLC cannot run IGMP Stream
Replies: 5
Views: 2651

Re: ***************** VLC cannot run IGMP Stream

igmp://ipaddr:port is the proprietary syntax used on Amino STBs for raw UDP.

With VLC and all standard media players you need to use udp://ipaddr:port
by md
06 Oct 2009 08:38
Forum: VLC stream-output (sout)
Topic: DVBlast or VLC?
Replies: 7
Views: 8527

Re: DVBlast or VLC?

DVBlast is not a video on demand solution. It could be used to tune to (one) specified transponder and stream (multiple) channels from it. Example for DVB-S is given in the INSTALL file. Your requirements are very different - you want to stream just one selected channel at a time to the A-100 box. I...
by md
05 Oct 2009 08:21
Forum: VLC stream-output (sout)
Topic: DVBlast or VLC?
Replies: 7
Views: 8527

Re: DVBlast or VLC?

Read the file INSTALL which is included with DVBlast - it's described in detail there. DVBlast supports RTP or raw UDP, but not HTTP. If A-100 only works with HTTP, you'll need something like udpxy to convert the stream to HTTP. Anyway you should ask A-100 manufacturer about RTP support, it's strang...
by md
18 Sep 2009 08:28
Forum: VLC media player Feature Requests
Topic: DVB-S2 - s2api 5.0
Replies: 4
Views: 1920

Re: DVB-S2 - s2api 5.0

The story is, that DVBlast was released in May, and it includes support DVB-S2 API.
Remeber to use last svn version if you want EPG data.
by md
02 Sep 2009 19:02
Forum: VLC stream-output (sout)
Topic: Stream DVB-T with EPG data
Replies: 2
Views: 4398

Re: Stream DVB-T with EPG data

EPG passthrough support is also available in DVBlast http://www.videolan.org/projects/dvblast.html
Use the lastest version from SVN (not the release).

Go to advanced search