home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
MERGING MediaPortal Url Source Splitter & IPTV Filter
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="bounguine" data-source="post: 1185791" data-attributes="member: 16098"><p>Now let’s refresh what we have.</p><p></p><p>1. RTSP from DVBViewer</p><p>Scanning – with workaround (delete “16,17,” from the link).</p><p>Watching YV is not yet possible.</p><p></p><p>2. Getting channel parameters before putting channels into DB with a script.</p><p></p><p></p><p>Yet another workaround.</p><p>Download astra.zip from attachment and unzip elsewhere.</p><p>This is a free Windows version (old version #4.4. with limited features – no channel reserving, no full rtsp support, no epg parsing and sending it through a file or http) of professional Linux SW for cable operators.</p><p>Open cdm and copy:</p><p></p><p>, where:</p><p>[<strong>path_to_executable</strong>] – folder with unzipped astra (without [ and ]),</p><p><strong>[http_link</strong>] -the link to be analyzed (without [ and ]),</p><p>[<strong>path_to_log_file</strong>]\[<strong>log_file</strong>] – path to and the name of the log-file (any, without [ and ])</p><p></p><p>Press Enter in cmd or parse line by line the *.m3u for every http-link with a script and put the link inside the command above.</p><p>As log-file is formed once and contains information about all the links analyzed, to make parsing easier delete the log-file each time you send a command to astra.</p><p>The output will contain:</p><p></p><p>PmtPid and ServiceId</p><p></p><p></p><p>TransportId</p><p></p><p></p><p>So you may use the values, set NetworkId to 1, freeToAir to 1 and put the parameters together with the link into Tuningdetail table.</p><p></p><p>3. FTA channels.</p><p></p><p>Yes, from time to time MP treats FTA channels as crypted by mistake during scanning and you will not able to watch them until changing freeToAir to 1</p><p></p><p>4. Putting channels into DB without analyzing channels when using astra as VOD-server.</p><p>Simply make a config-file with any name (e.g. <em>astra.conf</em>).</p><p>Fill it like this:</p><p></p><p>, where:</p><p>[<strong>channel_name</strong>] – channel name (any, without [ and ]),</p><p>[<strong>http-link</strong>] – the link to be broadcasted (without [ and ]),</p><p>[<strong>ServiceId</strong>] – any value from 1 to 65535 (without [ and ]),</p><p>[<strong>PmtPid</strong>] – any value from 1 to 65535 (without [ and ]),</p><p>[<strong>output_link</strong>] – http, upd or rtp output link (without [ and ]) and [<strong>port</strong>] – output port (any free port, use a new port (e.g. port value +1) for every channel, without [ and ]) – example: <em><a href="http://127.0.0.1:1239" target="_blank">http://127.0.0.1:1239</a></em>,</p><p>Repeat the procedure for every channel manually or with a script.</p><p></p><p>Open cmd copy the link below and press Enter to start astra.</p><p>You may also do this by script.</p><p></p><p></p><p>, where:</p><p>[<strong>path_to_executable</strong>] – folder with unzipped astra (without [ and ]),</p><p>[<strong>path_to_<strong><strong>config</strong></strong>_file</strong>]\[<strong><strong><strong>config</strong></strong>_file</strong>] – path to and the name of the config-file (any - e.g. <em>astra.conf</em>) - see above, without [ and ])</p><p>[<strong>path_to_log_file</strong>]\[<strong>log_file</strong>] – path to and the name of the log-file (any, without [ and ])</p><p></p><p>Now you may use the ServiceId, PmtPid, set TransportId to 1, NetworkId to 1, freeToAir to 1 and put the parameters together with the output_link into Tuningdetail table.</p><p>If you want to use manual scanning of *.m3u formed with links broadcasted by astra you may omit <strong>#set_pnr=[ServiceId]&map.pmt=[PmtPid]</strong></p><p></p><p>5. Scanning problems</p><p>I set stream analysis timeout to 10000 and all other timeouts to 5000 stored changes to DB.</p><p>But scanning locks not all the channels (working perfectly in VLC).</p><p>1 try – Channel 1 is locked, Channel 2 is not locked.</p><p>2 try – Channel 2 is not locked, Channel 2 is locked.</p><p>At the end of every try MP crashes.</p><p>Logs are attached</p></blockquote><p></p>
[QUOTE="bounguine, post: 1185791, member: 16098"] Now let’s refresh what we have. 1. RTSP from DVBViewer Scanning – with workaround (delete “16,17,” from the link). Watching YV is not yet possible. 2. Getting channel parameters before putting channels into DB with a script. Yet another workaround. Download astra.zip from attachment and unzip elsewhere. This is a free Windows version (old version #4.4. with limited features – no channel reserving, no full rtsp support, no epg parsing and sending it through a file or http) of professional Linux SW for cable operators. Open cdm and copy: , where: [[B]path_to_executable[/B]] – folder with unzipped astra (without [ and ]), [B][http_link[/B]] -the link to be analyzed (without [ and ]), [[B]path_to_log_file[/B]]\[[B]log_file[/B]] – path to and the name of the log-file (any, without [ and ]) Press Enter in cmd or parse line by line the *.m3u for every http-link with a script and put the link inside the command above. As log-file is formed once and contains information about all the links analyzed, to make parsing easier delete the log-file each time you send a command to astra. The output will contain: PmtPid and ServiceId TransportId So you may use the values, set NetworkId to 1, freeToAir to 1 and put the parameters together with the link into Tuningdetail table. 3. FTA channels. Yes, from time to time MP treats FTA channels as crypted by mistake during scanning and you will not able to watch them until changing freeToAir to 1 4. Putting channels into DB without analyzing channels when using astra as VOD-server. Simply make a config-file with any name (e.g. [I]astra.conf[/I]). Fill it like this: , where: [[B]channel_name[/B]] – channel name (any, without [ and ]), [[B]http-link[/B]] – the link to be broadcasted (without [ and ]), [[B]ServiceId[/B]] – any value from 1 to 65535 (without [ and ]), [[B]PmtPid[/B]] – any value from 1 to 65535 (without [ and ]), [[B]output_link[/B]] – http, upd or rtp output link (without [ and ]) and [[B]port[/B]] – output port (any free port, use a new port (e.g. port value +1) for every channel, without [ and ]) – example: [I][URL]http://127.0.0.1:1239[/URL][/I], Repeat the procedure for every channel manually or with a script. Open cmd copy the link below and press Enter to start astra. You may also do this by script. , where: [[B]path_to_executable[/B]] – folder with unzipped astra (without [ and ]), [[B]path_to_[B][B]config[/B][/B]_file[/B]]\[[B][B][B]config[/B][/B]_file[/B]] – path to and the name of the config-file (any - e.g. [I]astra.conf[/I]) - see above, without [ and ]) [[B]path_to_log_file[/B]]\[[B]log_file[/B]] – path to and the name of the log-file (any, without [ and ]) Now you may use the ServiceId, PmtPid, set TransportId to 1, NetworkId to 1, freeToAir to 1 and put the parameters together with the output_link into Tuningdetail table. If you want to use manual scanning of *.m3u formed with links broadcasted by astra you may omit [B]#set_pnr=[ServiceId]&map.pmt=[PmtPid][/B] 5. Scanning problems I set stream analysis timeout to 10000 and all other timeouts to 5000 stored changes to DB. But scanning locks not all the channels (working perfectly in VLC). 1 try – Channel 1 is locked, Channel 2 is not locked. 2 try – Channel 2 is not locked, Channel 2 is locked. At the end of every try MP crashes. Logs are attached [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
MERGING MediaPortal Url Source Splitter & IPTV Filter
Contact us
RSS
Top
Bottom