Reimplementation with custom rtsp client

This commit is contained in:
Dennis Hamester
2016-10-05 10:45:05 +02:00
parent 88fd3079aa
commit 5f5d2965cf
7 changed files with 1433 additions and 6 deletions

View File

@@ -226,7 +226,6 @@ PVR_ERROR OctonetData::getChannels(ADDON_HANDLE handle, bool bRadio)
chan.bIsRadio = channel.radio;
chan.iChannelNumber = i;
strncpy(chan.strChannelName, channel.name.c_str(), strlen(channel.name.c_str()));
strncpy(chan.strStreamURL, channel.url.c_str(), strlen(channel.url.c_str()));
strcpy(chan.strInputFormat, "video/x-mpegts");
chan.bIsHidden = false;