rtsp support
Home › Forums › Help and Support › rtsp support
- This topic is empty.
-
AuthorPosts
-
November 1, 2010 at 1:43 pm #23211maxxxxParticipant
Hi,
I’m experiencing some problem with rtsp streams.
I’m not sure if the support of rstp is activated in WiiMC, it’s seems to be in the sources but is the library compiled or not ?
Please let me know 🙂
And if rtsp support is not activated because of a lack of a tester, maybe i can help.Last but not least : thank you guys for this very good soft
best regards
_Gps : i apologize for my poor English :s
November 1, 2010 at 4:10 pm #27464cadbuscaParticipantI believe only http and mms are supported. Please post where you saw rtsp in the source and a link to an rtsp stream so I can test it as well. Thanks.
November 1, 2010 at 4:51 pm #27465maxxxxParticipantI believed rtsp was supported because of this:
http://code.google.com/p/wiimc/source/browse/trunk/source/mplayer/libavformat/rtsp.h?spec=svn99&r=99I’m sorry i can’t provide any rtsp sources as they are local to my home network (some tv channels are broadcasted this way by my network provider).
I’m not sure i’ve well understood your answer, to your knowledge is rtsp supported?
Best regards
_G
November 1, 2010 at 11:58 pm #27466cadbuscaParticipantYes there is rtsp support in the library that is available to WIIMC but I do not believe it is used by WIIMC so no rtsp support.
November 2, 2010 at 9:29 am #27467maxxxxParticipantOk,
Thank you for your answer.
Do you think it could be possible to activate it ?
Is it a hard job ?
regards
_GNovember 2, 2010 at 9:12 pm #27468cadbuscaParticipantYou would have to ask the developers. Post a new feature request under the Development/tracker tabs above.
November 3, 2010 at 5:36 am #27469rodriesKeymasterIt looks to me like to enable RTSP, you’d have to build the LIVE555 libs first – http://www.live555.com/liveMedia/
This lib was designed to use POSIX-compliant network functions (ie: built on linux), which libogc doesn’t have. So you’d either have to make a POSIX-compliant wrapper of libogc’s net functions, or port the entire lib for use in WiiMC.
I say “you”, because I’m not planning on doing it. 😉
November 3, 2010 at 2:05 pm #27470maxxxxParticipantOk,
Thank you very much guys for your replies.
I’m gonna try to find some free time to have a look at this.
If i can “port” the live555 lib, do you think it could be integrate it into the main source tree ? If the answer is yes, in order to facilitate the integration what do you suggest, should i try to a POSIX-compliant wrapper or port the entire lib, or you just don’t care 😉
Thanks again,
_GNovember 3, 2010 at 4:30 pm #27471aka107Participant@_guz wrote:
Ok,
Thank you very much guys for your replies.
I’m gonna try to find some free time to have a look at this.
If i can “port” the live555 lib, do you think it could be integrate it into the main source tree ? If the answer is yes, in order to facilitate the integration what do you suggest, should i try to a POSIX-compliant wrapper or port the entire lib, or you just don’t care 😉
Thanks again,
_GUhmm, if you do the POSIX-compliant wrapper maybe I can use it to add UPnP support to wiimc
it’s hard to do anything with network stuffNovember 3, 2010 at 6:05 pm #27472maxxxxParticipantAs UPnP could be a very good feature. I’m gonna try to go the POSIX way.
Thanks again -
AuthorPosts
- The forum ‘Help and Support’ is closed to new topics and replies.