Project

General

Profile

Muxdump » History » Version 1

Adam Sutton, 2013-12-30 14:30

1 1 Adam Sutton
h1. Muxdump
2
3
If you are experiencing problems with DVB processing, missing services, incorrectly reported service types, etc.. Then a mux dump is the most useful tool to allow developers to investigate the problem.
4
5
To obtain a mux dump you should find the _Play_ link in the Mux configuration tab:
6
7
!muxdump.png!
8
9
Copy and Paste the URL and use something like curl to obtain a short sample:
10
11
<pre>
12
curl -m 30 https://xxx/stream/mux/65d799bce51d49df83d367c29006f744 > sample.ts
13
</pre>
14
15
This will capture a 30 second sample from the specified multiplex. This will only work if your card supports raw mux reception (most modern cards do, but not all). Also if you have access control on your TVH web interface, then you will also need to specify this.