own3d.tv plugin
#1
I'm new to xbmc, a really nice project. Currently, I'm working on my first plugin, a viewer for own3d.tv. Because I'm also new in python, it's not high quality , but it works. But I want to publish the plugin, if interested.

Is it possible to get access to xbmc-addons at google code or some other shared svn site?
Reply
#2
you can make your own repo on google code or github.
then you'll be able to submit your addons on official repo.
Reply
#3
Ok. Here is the release 0.1.0 of my first plugin, own3d.tv player:

https://sourceforge.net/projects/xbmcdude-addons/

I'ts just testet with Dharma Beta 3. I'd welcome any feedback!
Reply
#4
Thank you for this script. It works pretty well for me. I dont know much about how xbmc handles buffering but i was running into a few issues with constant buffering after watching really long videos. I tested this on RC1
Reply
#5
The mp4s in own3d become unplayable after 4-5 mins.
I believe this is caused by their encoding not suitable for streaming.

I checked this in VLC, chrome and XBMC and they all get extremely jerky after 4 minutes but if I download them first and play them they play fine

Can any XBMC developer explain why this really happens?

Also is there any way to enable live streaming for own3d?
Reply
#6
This is a really great plugin but I really wanted live stream support.. so I added it!

Since it didn't look like this project was maintained I made a fork on github:

https://github.com/gotbadger/plugin.video.own3d.tv

I don't really intend to do anymore work on it so feel free to fork and make your own improvements Wink
Reply
#7
GotBadger this doesn't seem to work
Reply
#8
Doesn't seem to work anymore for me either.

Opening a Livestream gets stucked in "Loading... Please wait" after some time it cancels

Possibly because own3d changed something in the way their Streams work

Using Eden beta
Reply
#9
Hi, I forked Gotbadger repo and got the live streams mostly working I think. https://github.com/divingmule/plugin.video.own3d.tv

You can download the zip here - https://github.com/downloads/divingmule/...-0.2.1.zip
Reply
#10
I love you!!!!!
Reply
#11
Thanks, will try it as soon as possible Smile
Reply
#12
Most of the streams work fine but this one (Guardsman Bob) gives me an error and doesn't play the stream:

18:58:08 T:7532 NOTICE: clgame
18:58:08 T:7532 NOTICE: match = 2
18:58:08 T:7532 NOTICE: p_path = own3d.clgame_34046
18:58:08 T:7532 NOTICE: clgame_34046
18:58:08 T:7532 ERROR: XFILE::CPluginDirectory::EndOfDirectory - called with an invalid handle.
18:58:08 T:2264 NOTICE: DVDPlayer: Opening: rtmp://fml.2010.edgecastcdn.net:1935/202010?own3d.clgame_34046 pageUrl=http://www.own3d.tv/clgame Playpath=own3d.clgame_34046 swfUrl=http://static.ec.own3d.tv/player/Own3dPlayerV2_86.swf swfVfy=True Live=True
18:58:08 T:2264 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
18:58:08 T:5016 NOTICE: Creating InputStream
18:58:08 T:5016 NOTICE: Creating Demuxer
18:58:37 T:7308 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 28
18:58:37 T:7308 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
18:58:38 T:5016 ERROR: RTMP_ReadPacket, failed to read RTMP packet header
18:58:38 T:5016 WARNING: could not find codec parameters for rtmp://fml.2010.edgecastcdn.net:1935/202010?own3d.clgame_34046 pageUrl=http://www.own3d.tv/clgame Playpath=own3d.clgame_34046 swfUrl=http://static.ec.own3d.tv/player/Own3dPlayerV2_86.swf swfVfy=True Live=True
18:58:38 T:5016 ERROR: CDVDPlayer::OpenDemuxStream - Error creating demuxer
18:58:38 T:5016 NOTICE: CDVDPlayer::OnExit()
18:58:38 T:5016 NOTICE: CDVDPlayer::OnExit() deleting input stream
18:58:39 T:2264 NOTICE: CDVDPlayer::CloseFile()
Reply
#13
(2012-03-19, 19:02)Vrok Wrote: Most of the streams work fine but this one (Guardsman Bob) gives me an error and doesn't play the stream:

18:58:08 T:7532 NOTICE: clgame
18:58:08 T:7532 NOTICE: match = 2
18:58:08 T:7532 NOTICE: p_path = own3d.clgame_34046
18:58:08 T:7532 NOTICE: clgame_34046
18:58:08 T:7532 ERROR: XFILE::CPluginDirectory::EndOfDirectory - called with an invalid handle.
18:58:08 T:2264 NOTICE: DVDPlayer: Opening: rtmp://fml.2010.edgecastcdn.net:1935/202010?own3d.clgame_34046 pageUrl=http://www.own3d.tv/clgame Playpath=own3d.clgame_34046 swfUrl=http://static.ec.own3d.tv/player/Own3dPlayerV2_86.swf swfVfy=True Live=True
18:58:08 T:2264 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
18:58:08 T:5016 NOTICE: Creating InputStream
18:58:08 T:5016 NOTICE: Creating Demuxer
18:58:37 T:7308 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 28
18:58:37 T:7308 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
18:58:38 T:5016 ERROR: RTMP_ReadPacket, failed to read RTMP packet header
18:58:38 T:5016 WARNING: could not find codec parameters for rtmp://fml.2010.edgecastcdn.net:1935/202010?own3d.clgame_34046 pageUrl=http://www.own3d.tv/clgame Playpath=own3d.clgame_34046 swfUrl=http://static.ec.own3d.tv/player/Own3dPlayerV2_86.swf swfVfy=True Live=True
18:58:38 T:5016 ERROR: CDVDPlayer::OpenDemuxStream - Error creating demuxer
18:58:38 T:5016 NOTICE: CDVDPlayer::OnExit()
18:58:38 T:5016 NOTICE: CDVDPlayer::OnExit() deleting input stream
18:58:39 T:2264 NOTICE: CDVDPlayer::CloseFile()

Hey guys, my name is Slava, I'm a developer over at own3D.tv and was just browsing around and stumbled upon your issue on here. Looking over the above log message and the source on github it seems that you guys are statically setting the CDN engres point. Not all of the streams on own3D.tv use edgecast and often they use more than 1 CDN. Also on the same token the stream names may not be the same for a particular stream on different CDNs. The livecfg file contains everything that you need to fix those issues.
Reply
#14
I just want to point out how much i appreciate your work on this plugin.
Thank you!
Reply
#15
(2012-03-20, 03:54)stlava Wrote: Hey guys, my name is Slava, I'm a developer over at own3D.tv and was just browsing around and stumbled upon your issue on here. Looking over the above log message and the source on github it seems that you guys are statically setting the CDN engres point. Not all of the streams on own3D.tv use edgecast and often they use more than 1 CDN. Also on the same token the stream names may not be the same for a particular stream on different CDNs. The livecfg file contains everything that you need to fix those issues.

Thanks. Will check it out soon
Reply

Logout Mark Read Team Forum Stats Members Help
own3d.tv plugin1