如何在c#winforms app中创建在线电视(iptv)的组件? [英] How to create component for online-tv (iptv) in c# winforms app?

查看:153
本文介绍了如何在c#winforms app中创建在线电视(iptv)的组件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在我的应用程序中创建播放器,以便观看在线电视。是否有任何来源或成品组件(如DevComponents)?我要求不是解决方案,但对于任何链接,这可以帮助我解决我的问题。

I need to create player in my application, for watching online tv. Are there any sources or finished components (like DevComponents) for that? Im asking not for solution, but for any links, that could help me with my problem.

推荐答案

https://www.google.co.uk/search?q=c%23+online+tv [ ^ ]。


你好朋友......我曾经从http://www.brasiltvs.com/Canais/Warner.html这样的网站上获取IPTV,但为了避免广告和sh * t插件,我开发了相同的shockwave插件一个C#Winform。使用Chrome的Inspect Element功能可以获得所有的Shockwave params(没有广告)并实现如下内容:



1)添加Shockwave Flash对象(axShockwaveFlash)到设计师的工具箱(COM组件)和你的表格;



2)从任何IPTV网站获取参数:

- 允许脚本访问:总是

- FlashVars:file = master22.flv& streamer = rtmp://31.204.128.76/live/& autostart = true& stretching = exactfit& displayclick = fullscreen& bufferlength = 3& controlbar = over

- 电影:http://www.tv-msn.com/player5.swf



FlashVars包含rtmp地址(流媒体)等频道信息,您可以在Facebook上找到IPTV社区中其他地址的列表,享受!
Hi friend... I used to get IPTV from websites like http://www.brasiltvs.com/Canais/Warner.html, but to avoid ad`s and sh*t plugins I developed the same shockwave plugin in a C# Winform. Using Chrome`s feature "Inspect Element" is possible to get all the shockwave params (without ads) and implement something like this:

1) Add a Shockwave Flash Object (axShockwaveFlash) to designer`s ToolBox (COM Components) and your form;

2) Get the params from any IPTV website:
- Allow Script Access: always
- FlashVars: file=master22.flv&streamer=rtmp://31.204.128.76/live/&autostart=true&stretching=exactfit&displayclick=fullscreen&bufferlength=3&controlbar=over
- Movie: http://www.tv-msn.com/player5.swf

The FlashVars contains the channel information like the rtmp address (streamer), you can find a list of others addresses in IPTV communities on facebook, enjoy!


这篇关于如何在c#winforms app中创建在线电视(iptv)的组件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆