qwer Kannst du nun auch die aktuelle Version von meiner Software installieren und probieren ob MIS auswählbar ist oder nicht?
Posts by VMA
-
-
Ich weiss nicht ob MIS + T2-MI funktioniert.
Ich kann das nicht testen. Dein Problem kann von der Karte kommen (Tuner, Treiber, Streamreader.dll).
Ob es an meiner Software liegt, möchte ich bezweifeln, ist aber nicht auszuschliessen.
Probier mal mit CrazyScan oder EBSpro den MIS zu empfangen und dann an VMA Transport Stream Analyser weiterzuleiten.
-
Wie schaut der Empfang aus?
Ist tatsächlich nicht ein CPU/GPU Problem. Eventuell Ethernet, aber auch hier benutzt du localhost (127.0.0.1) - daran sollte es auch nicht liegen. -
That does not seem to be a video play problem.
-
Öffne den Task-Manager und schaue nach der CPU und GPU Auslastung.
-
Download the latest release of VMA Video Analyser Package.
-
satesco Please test VMA TS Splitter Pro!
-
Mein vorheriger Post ist ein Auzug aus der "streamreader.h" Datei im CrazyCat's Streamreader SDK.
Hier siehst du die Struktur des BLScan(), jeweils für DVB-S/S2 unf DVB-T/T2/C/C2.
Meine Software benutzt genau diese Struktur.
-
Thank you for your tests and review.
One note: you can disable the Autoplay Blocking in Firefox here:
-
Code
Display Moretypedef struct { BOOL Lock; DWORD Freq; // Frequency (Khz) DWORD Pol; // Polarization DWORD SR; // Symbol rate (Sym) DWORD StdType; // Tracking standard DWORD ModType; // Modulation type DWORD FEC; // FEC DWORD Inversion; // Spectral inversion DWORD RollOff; // RollOff DWORD Pilot; // Pilot (DVB-S2 only) DWORD Frame; // Frame type (DVB-S2 only) DWORD CodingType; // Coding modulation (DVB-S2 only) DWORD StreamType; // Stream type (DVB-S2 only) DWORD MIS; // Multiple Input Streams number. 0 - Single stream, 1-16 - Multiple streams BYTE IS[16]; // Input Streams IDs (DVB-S2 only) BYTE ISSYI; // Input Stream Synchronisation BYTE NPD; // Null Packet Deletion DWORD PLS; // Physical Layer Scrambling code DWORD CW; // Carrier width (Khz) DWORD BitRate; // BitRate (bit/s) LONG RFLevel; // RF level (dBm, from -100 to 0) double SNR; // Signal/Noise rate (dB) double BER; // Bit Error Rate (post FEC) double preBER; // Bit Error Rate (pre FEC) } SEARCH_RESULT, *PSEARCH_RESULT; typedef struct { BOOL Lock; DWORD Freq; // Frequency (Khz) DWORD BW; // Band width (Khz) DWORD SR; // Symbol rate (Sym) DWORD StdType; // Tracking standard DWORD ModType; // Modulation type DWORD FEC; // FEC DWORD FECLP; // FEC-LP DWORD Inversion; // Spectral inversion DWORD TransMode; // Transmission mode DWORD Guard; // Guard interval DWORD Hierarchy; // Hierarchy DWORD PLP; // Number of PLP BYTE LID[16]; // PLP IDs DWORD Pilot; // Pilot Patern (DVB-T2 only) DWORD S1Type; // S1 Signaling (DVB-T2 only) DWORD Payload; // Payload (DVB-T2/C2 only) DWORD Frame; // Frame type (DVB-T2 only) DWORD BwExt; // Bw Extended (DVB-T2 only) DWORD ModeT2; // DVB-T2 mode (Base or Lite) DWORD VerT2; // DVB-T2 version DWORD CellID; // Cell ID (DVB-T/T2) DWORD NetID; // System/Net ID (DVB-T2) DWORD BitRate; // BitRate (bit/s) LONG RFLevel; // RF level (dBm, from -100 to 0) double SNR; // Signal/Noise rate (dB) double BER; // Bit Error Rate (post FEC) double preBER; // Bit Error Rate (pre FEC) } SEARCH_RESULT2, *PSEARCH_RESULT2; -
It works poorly because the internal splitter is always splitting the TS into individual services and forwarding them via UDP. Even if you don't demodulate them.
-
As I already explained, the panels are powered by LibVLC and you can configure it by editing the respective config file.
HW acceleration is one argument.
-
-
You need faster hardware!
The Intel Core i7-4770 was launched in 2013 (!) and is probably unable to split the TS into so many individual services.
But the NVIDIA GTX760 is hopelessly overloaded with so many parallel video panels.
For comparison: a modern NVIDA RTX4070 Ti (which I am using) can handle about 40 services without freezing and a maximum of 80 services with many panels freezing (and resuming due to extra code).
Even the most expensive video wall solutions in the market (much more expensive than my software) cannot handle more than 40 services on especially selected hardware.
Your computer will not be able to decode a TS with 30 services.
-
Can you record with a different software and share the resulting TS?
-
It is not a bug and has nothing to do with the pie chart and its labels.
The problem is that the video codec of those channels is not supported by LibVLC with the selected config.
You can try to change LibVLC.cfg in folder C:\Program Files\VMA Video Analyser. The main issue is normally the --audio-language option! Try to add whatever language the transponder is using.
The contents of mine is currently:
Code
Display More# One arg per line or space-separated—both work. --no-xlib --drop-late-frames --skip-frames --aout=directsound #--avcodec-hw=none --audio-language=ger,deu,eng,por,spa --no-xlib --drop-late-frames --skip-frames --aout=directsound --audio-language=ger,deu,eng,por,spa --avcodec-hw=d3d11va --vout=direct3d11 --no-video-title-show --no-sub-autodetect-file --no-osd --deinterlace=0 -
-
Die Software behandlet jede Polarisation gesondert.
Du kannst nun den horizontal Scan wieder laden und dann auf die jeweiligen Transponder klicken!
Das ist extra so gemacht. Ich will keine "gemischten" H/V Listen, weil das dann an anderen Stellen Probleme macht.
Beim Auto Sat Scan werden alle Ergebnisse automatisch gespeichert.
-
New version: https://vma-broadcast.com/wp-content/upl…02025-11-25.zip
2025-11-25
- VMA Transport Stream Analyser
- Added Settings Tab
- Select time (ms) for initial TS parsing
- Select maximum services for VMA Mosaic
- Select VMA Mosaic VU Meter on/off
- VMA Mosaic
- Added -VU argument
- Select which HLSPanelApp to start- HLSPanelApp
- Created two exectutables (with and without VU Meter)
- Fixed Windows blacklisting HLSPanelApp for Audio- VMA TS Streamer
- New tool to stream TS file to UDP -
You are welcome.
Best cards:
TBS-6903: Fast blind scan and great support for RFScan(), rendering quick usable spectrum. Problem: no longer sold and no S2X support.
TBS-6903X: FFTScan() and S2X support. Problem: no RFScan() support and really slow BLScan().