autoplay udp stream
|
5th Feb, 2013, 06:04 PM
Post: #1
|
|||
|
|||
autoplay udp stream
i am looking for a solution to autoplay udp streams a raspberry pi receives:
i have a udp stream created with a h264 dedicated internet streamer from various lovcations. It produces an udp stream. I want the rpi to listen on a certain port 24/7 for an incoming stream, and then start to play that stream when it receives something. Anyone got a clue how to make this work? |
|||
5th Feb, 2013, 09:30 PM
Post: #2
|
|||
|
|||
RE: autoplay udp stream
Hi,
You have to do a python service to achieve this. it will wait on the stream, when stream is available, start the stream with xbmc.Player().play(url) XBMC itself cannot do this. Belese Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
6th Feb, 2013, 01:57 AM
Post: #3
|
|||
|
|||
RE: autoplay udp stream
hmm, i have 0 experience with python
|
|||
6th Feb, 2013, 02:19 AM
Post: #4
|
|||
|
|||
RE: autoplay udp stream
time to learn :-)
Not really hard to do something like this. and python is quite easy. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
6th Feb, 2013, 04:06 AM
Post: #5
|
|||
|
|||
RE: autoplay udp stream
can you help me get started?
|
|||
6th Feb, 2013, 04:36 AM
Post: #6
|
|||
|
|||
RE: autoplay udp stream
never do a udp connection
but on google : http://stackoverflow.com/questions/2663247/getting-a-udp-socket-program-in-python-to-accept-messages-from-a-syslog-client. and for xbmc service : http://wiki.xbmc.org/index.php?title=How-to:Automatically_start_addons_using_services But have lot of work now, so can't look deeper, but if you have specific question, i can try to answer. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
6th Feb, 2013, 04:50 AM
Post: #7
|
|||
|
|||
Re: autoplay udp stream
This is a personal request and opinion: please do not disturb Belese too much as he is busy with a very important part of XBian Alpha 5. We can't release without it so every delay of his work hurts XBian.
Alternatives: #python at freenode #xbmc-scripting at freenode |
|||
6th Feb, 2013, 05:14 AM
Post: #8
|
|||
|
|||
RE: autoplay udp stream
thanks barttoten,
but i'ts ok, i'm at work so can't develop the addon. But can't do all the job. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
6th Feb, 2013, 07:29 PM
Post: #9
|
|||
|
|||
RE: autoplay udp stream
ok, ill ask later again
|
|||
« Next Oldest | Next Newest »
|