User(s) browsing this thread:
|
[200] [Apps] NMT CSI IPTV Player
|
|
03-31-2012, 03:32 PM
(This post was last modified: 12-14-2012 06:05 PM by romanr.)
|
|||
|
|||
|
[Apps] NMT CSI IPTV Player
IPTV player v0.8.5
Tested on 200 series only, please try on your hardware and report. Supports m3u/xspf playlists, xmltv programme listings. Supports many encodings. Channel images are taken out of xspf playlists or xmltv listings. Has udpxy (multicast proxy) service integrated. Uses Community Software Installer (CSI). Download Screenshots Channels and programme are in cyrrillic because I use russian playlists and xmltv listings. Sure, you may use playlists and listings in your language. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Changelog v0.8.5 * Added time offset to XMLTV listings v0.8.4 * Fixed background updates by schedule v0.8.3 * A workaround is implemented for 100-row table limitation. If you have more than 100 channels you now see them all. Formatting may flaw though. * Fixed first time update (missing directories). v0.8.2 * Fixed udp://@ scheme. * Fixed SQL injections (shame on me). v0.8.1 * Added Fix urls settings option. * Fixed first time update (failure due to log absence). v0.7.8 Public release. |
|||
3 users say Thank You to romanr for this post |
|
04-01-2012, 09:22 AM
|
|||
|
|||
| Support in Russian | |||
|
04-01-2012, 06:02 PM
(This post was last modified: 04-01-2012 06:08 PM by VYP.)
|
|||
|
|||
|
XMLTV listing parsing failed
First of all thank for your effort in creating this app.
I'm getting the following error when updating my setup: PHP Code: Sun Apr 1 19:53:18 EEST 2012I'm using a xmltv file that is not compressed and is on my PCH A210. I'm getting a "Could not play" error when trying to watch a channel. I think the problem is that you make hyperlinks like this: Code: <a href="udp://@239.2.3.11:1234" vod="">LTV1</a>Correct me if I'm wrong. |
|||
|
04-02-2012, 07:47 AM
|
|||
|
|||
RE: XMLTV listing parsing failed
(04-01-2012 06:02 PM)VYP Wrote: I'm using a xmltv file that is not compressed and is on my PCH A210.Yes, correct, there shouldn't be any "@". Please, update to the newer version (v0.8.1, I've issued it yesterday) and enable "Fix urls" option in the settings. Also, share please your playlist and xmltv - I'll fix the issue. |
|||
|
04-02-2012, 07:13 PM
|
|||
|
|||
RE: XMLTV listing parsing failed
(04-02-2012 07:47 AM)romanr Wrote: Yes, correct, there shouldn't be any "@". Installed v0.8.1 and enabled "Fix urls". Did setup update but my links remained with "@" No errors in log (did a setup without xmltv file).Here is my playlist, xmltv file and my update log with the same error. xmltv.rar - 312.3 Kb My xmltv file is generated by my php script so there might be some errors or some non xml characters or similar problems. But that's my guess. Hope you can identify where the problem lies. Also did you tried udpxy running on your popcorn? It seems like its running in my case (checked with top through telnet), also it is available on my pc using vlc. But my popcorn gives that anoying "Could not play" error... |
|||
|
04-02-2012, 07:32 PM
|
|||
|
|||
RE: XMLTV listing parsing failed
(04-02-2012 07:13 PM)VYP Wrote: Installed v0.8.1 and enabled "Fix urls". Did setup update but my links remained with "@"My appologies, this is my fault. I don't handle udp://@ links - will fix soon. (04-02-2012 07:13 PM)VYP Wrote: My xmltv file is generated by my php script so there might be some errors or some non xml characters or similar problems. But that's my guess. Hope you can identify where the problem lies.Thank you, I've found the problem - my bug again ![]() There is an SQL injection, he he... Let me fix it! (04-02-2012 07:13 PM)VYP Wrote: Also did you tried udpxy running on your popcorn? It seems like its running in my case (checked with top through telnet), also it is available on my pc using vlc. But my popcorn gives that anoying "Could not play" error...Connecting to local udpxy directly is problematic. PCH issues extra HEAD request, which udpxy is unable to handle. So you may need to enable "Additional proxy" option. But for better performance use udpxy on the router, closer to the ISP. |
|||
|
04-03-2012, 06:57 AM
|
|||
|
|||
RE: XMLTV listing parsing failed
(04-02-2012 07:32 PM)romanr Wrote: Connecting to local udpxy directly is problematic. PCH issues extra HEAD request, which udpxy is unable to handle. So you may need to enable "Additional proxy" option. I was testing local udpxy on my A210. As I mentioned before udpxy is started and is working but does not play on popcorn. Tried to use "Additional proxy" option without success. It shows the loading animation for 10-20 seconds and then hangs my unit. It also hangs my unit when "Additional proxy" option is used with udpxy running on my router. You mentioned in russian section that you use udpxy on your router. I have a Netgear WNR3500L. I have udpxy and igmpproxy running on it. When I'm using igmpproxy my A210 shows udp multicast just fine (there are some problems with dual sound or similar but the video is always good). And starting a channel is quite fast when using udp links, usually 2-3 seconds. When I'm trying to use udpxy running on my router A210 starts showing that channel just after 10 seconds or so and then video as well as audio is distorted, it stutters there are some digital artifacts from time to time. Could you share your experience with udpxy running on your router? Maybe I should just play with some parameters of udpxy. |
|||
|
04-03-2012, 07:41 AM
|
|||
|
|||
RE: XMLTV listing parsing failed
(04-03-2012 06:57 AM)VYP Wrote: I was testing local udpxy on my A210. As I mentioned before udpxy is started and is working but does not play on popcorn. Tried to use "Additional proxy" option without success. It shows the loading animation for 10-20 seconds and then hangs my unit. It also hangs my unit when "Additional proxy" option is used with udpxy running on my router.Seems really nasty thing. Which firmware do you use? I use 02-04-110519-21-POP-411-000 (04-03-2012 06:57 AM)VYP Wrote: You mentioned in russian section that you use udpxy on your router. I have a Netgear WNR3500L. I have udpxy and igmpproxy running on it. When I'm using igmpproxy my A210 shows udp multicast just fine (there are some problems with dual sound or similar but the video is always good). And starting a channel is quite fast when using udp links, usually 2-3 seconds.Okay, probably this is the best mode for you. I'll fix the links and release soon. (04-03-2012 06:57 AM)VYP Wrote: When I'm trying to use udpxy running on my router A210 starts showing that channel just after 10 seconds or so and then video as well as audio is distorted, it stutters there are some digital artifacts from time to time.udpxy is really simple tool. I specify only the port for listening and the external interface. /opt/sbin/udpxy -p 4022 -m eth1 Sometimes I enable logging ("-v") to track the issue. You may check the udpxy log (and send me it please) via settings page. |
|||
|
04-03-2012, 07:09 PM
|
|||
|
|||
RE: XMLTV listing parsing failed
(04-03-2012 07:41 AM)romanr Wrote: Seems really nasty thing.I use the same firmware. (04-03-2012 07:41 AM)romanr Wrote: You may check the udpxy log (and send me it please) via settings page.Here are my udpxy logs. local_udpxy.rar - 44.4 Kb One is with local udpxy and no additional proxy. The other is with additional proxy. This time it did not hang the unit but the video was unwatchable. Too much stuttering. |
|||
|
04-03-2012, 07:27 PM
(This post was last modified: 04-03-2012 07:27 PM by rabbit33.)
|
|||
|
|||
|
RE: [Apps] NMT CSI IPTV Player
Hello
Is it it possible to stream Video from a Dreambox ? the http link looks like : http://10.1.1.8:8001/1:0:1:12B2:6A4:13E:820000:0:0:0 Where 10.1.1.8 is the IP of the Dreambox, 8001 the port and the channel I like to watch. It works from a PC using VLC, but I want to know if is it possible to works with the plugin. I try with m3u file but I got always FAILED Thank you in advance |
|||
|
04-04-2012, 08:10 AM
|
|||
|
|||
RE: [Apps] NMT CSI IPTV Player
(04-03-2012 07:27 PM)rabbit33 Wrote: Is it it possible to stream Video from a Dreambox ?This should be possible for sure. Share please your m3u file. You should disable all proxies in the Settings. Urls fix is up to you. |
|||
|
04-04-2012, 07:07 PM
|
|||
|
|||
|
RE: [Apps] NMT CSI IPTV Player
I was thinking since you already have an IPTV player with playlist and EPG why don't you go further, i.e. recording of IPTV. What do you think about that?
I did a quick test. I tried to record a channel on my router using udpxrec (which is the almost the same udpxy I guess). In my case the file was with some glitches every few seconds. I found another good idea in some forum. Using wget+udpxy. I'm not sure what version of wget I tried but my result was very good. The video and audio was in perfect condition, totally playable on A210. I tried recording both local and router udpxy. Local udpxy recording had a slight delay (black video, no audio) at start but after that played just fine. I'm not an expert in wget so to stop it I just killed it in telnet
|
|||
|
04-04-2012, 08:52 PM
(This post was last modified: 04-05-2012 12:29 AM by rabbit33.)
|
|||
|
|||
RE: [Apps] NMT CSI IPTV Player
(04-04-2012 08:10 AM)romanr Wrote:Thank you for answering(04-03-2012 07:27 PM)rabbit33 Wrote: Is it it possible to stream Video from a Dreambox ?This should be possible for sure. The update is working (I forgot to remove the empty m3u line). But I have "Could Not Play" on the C-200 when I start to play the channel Here is my m3u test file : Quote:#EXTM3UThis is the same file when I do a "Save As" to my PC from the webinterface of the Dreambox. This file is located on my C-200 in the folder /SATA_DISK/Apps/IPTV/web/. I have setted up a small proxy on y NAS to have some logs. What I saw is the fact the C-200 sent HEAD to the proxy but VLC do a GET. It works with VLC on my PC through the proxy (because of the GET) but doesn't with the C-200 (HEAD) I there a way to change to a GET http method ? Thanks |
|||
|
04-05-2012, 08:13 AM
(This post was last modified: 04-05-2012 08:21 AM by romanr.)
|
|||
|
|||
RE: [Apps] NMT CSI IPTV Player
(04-04-2012 07:07 PM)VYP Wrote: I was thinking since you already have an IPTV player with playlist and EPG why don't you go further, i.e. recording of IPTV. What do you think about that?Thanks! Really good idea! At least using this technique it's possible to overcome PCH's network limitations: I may start recording to a file and playing it simultaneously. I'll try. Thanks for a useful tools! (04-04-2012 08:52 PM)rabbit33 Wrote: What I saw is the fact the C-200 sent HEAD to the proxy but VLC do a GET. It works with VLC on my PC through the proxy (because of the GET) but doesn't with the C-200 (HEAD)Yeah, that extra HEAD request messes the thing. I wrote a wrapper for that: it's called "Additional proxy" in the Settings. You may try to enable it. It throws away HEAD requests and issues only GET requests to the video source. Expect some delays. Probably I'll rewrite it in bare C. Also, I have another idea: a HTTP transparent proxy may be used. I'll think about that. |
|||
|
04-05-2012, 06:22 PM
|
|||
|
|||
RE: [Apps] NMT CSI IPTV Player
(04-05-2012 08:13 AM)romanr Wrote:(04-04-2012 08:52 PM)rabbit33 Wrote: What I saw is the fact the C-200 sent HEAD to the proxy but VLC do a GET. It works with VLC on my PC through the proxy (because of the GET) but doesn't with the C-200 (HEAD)Yeah, that extra HEAD request messes the thing. Yes you are correct. I have activated "Additionnal proxy" in the settings and it works. I can stream from the dreambox, but there is some delay/lags and it is unwatchable. I saw in the logs of my transparent proxy, that the GET is sent every 2 seconds while VLC do that only once. The lags/timout are the same if I try trough my proxy or directl to the Dreambox. Here are the proxy headers : For VLC: Quote:2012-04-05 17:58:54: (request.c.304) fd: 9 request-len: 203 And for the C-200 (every 2 seconds): Quote:2012-04-05 18:06:46: (request.c.304) fd: 9 request-len: 70 |
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
[7. June 2013] Youporn available now



![[Image: tn_1.jpg]](http://romanr.info/nmt/iptv/tn_1.jpg)
![[Image: tn_2.jpg]](http://romanr.info/nmt/iptv/tn_2.jpg)
![[Image: tn_3.jpg]](http://romanr.info/nmt/iptv/tn_3.jpg)
![[Image: tn_4.jpg]](http://romanr.info/nmt/iptv/tn_4.jpg)
![[Image: tn_5.jpg]](http://romanr.info/nmt/iptv/tn_5.jpg)
![[Image: tn_8.png]](http://romanr.info/nmt/iptv/tn_8.png)
![[Image: tn_7.png]](http://romanr.info/nmt/iptv/tn_7.png)
![[Image: tn_6.png]](http://romanr.info/nmt/iptv/tn_6.png)
![[Image: tn_9.png]](http://romanr.info/nmt/iptv/tn_9.png)
![[Image: tn_10.png]](http://romanr.info/nmt/iptv/tn_10.png)



![[+]](images/collapse_collapsed.gif)

No errors in log (did a setup without xmltv file).
