Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About hosting it somewhere for kodi addon #3

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

AdityaDarke2
Copy link

Hi can you please host this somewhere because actually I am using raspberry pi libreelec and I don't know how to use your addon there so, please make it like botallen sir

Fixed bug in m3u8 player caused by inputstream.adaptive
Added m3u8 import statement
line 297 changed len()
Added new link for GET_CHANNEL_URL
@bug-exterminator
Copy link

bug-exterminator commented Jan 22, 2023

Live tv is getting hung up after few mins and the entire kodi app is non responsive, past programs are working fine

Update: After some fiddling, this is mostly happening with live only channels (eg: SET network) where past shows cannot be played. Following log shows how the "stream stalled" within a minute of playing:
2023-01-22 13:47:41.938 T:7802 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - GetChannelStreamProperties - Live Stream URL: plugin://plugin.video.jiotv/resources/lib/main/play/?channel_id=697 2023-01-22 13:47:42.921 T:7916 warning <general>: ListItem.addStreamInfo() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.addVideoStream(), InfoTagVideo.addAudioStream() and InfoTagVideo.addSubtitleStream(). 2023-01-22 13:47:42.922 T:7916 warning <general>: Setting most video properties through ListItem.setInfo() is deprecated and might be removed in future Kodi versions. Please use the respective setter in InfoTagVideo. 2023-01-22 13:47:42.941 T:7802 info <general>: VideoPlayer::OpenFile: pvr://channels/tv/Bengali/[email protected]_48000955.pvr 2023-01-22 13:47:42.942 T:8238 info <general>: Creating InputStream 2023-01-22 13:47:42.946 T:8238 info <general>: AddOnLog: inputstream.adaptive: [Repr. chooser] Resolution set: 3044x1440, max allowed: 3044x1440, Adjust refresh rate: 0 2023-01-22 13:47:43.705 T:8238 info <general>: AddOnLog: inputstream.adaptive: Successfully parsed manifest file (Periods: 1, Streams in first period: 2, Type: live) 2023-01-22 13:47:43.711 T:8238 info <general>: Creating Demuxer 2023-01-22 13:47:43.712 T:8238 info <general>: Opening stream: 1001 source: 256 2023-01-22 13:47:44.963 T:8238 info <general>: Creating video codec with codec id: 27 2023-01-22 13:47:44.963 T:8238 info <general>: CBitstreamConverter::Open Invalid avcC 2023-01-22 13:47:44.964 T:8238 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.ffmpeg.atrial.decoder 2023-01-22 13:47:44.964 T:8238 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.dolby.ac3.decoder 2023-01-22 13:47:44.964 T:8238 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.dolby.ac4.decoder 2023-01-22 13:47:44.965 T:8238 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.dolby.eac3.decoder 2023-01-22 13:47:44.965 T:8238 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.dolby.eac3-joc.decoder 2023-01-22 13:47:44.965 T:8238 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.qcom.video.decoder.avc 2023-01-22 13:47:45.085 T:8238 info <general>: CDVDVideoCodecAndroidMediaCodec:: Open Android MediaCodec OMX.qcom.video.decoder.avc 2023-01-22 13:47:45.086 T:8238 info <general>: Creating video thread 2023-01-22 13:47:45.086 T:8264 info <general>: running thread: video_thread 2023-01-22 13:47:45.087 T:8238 info <general>: Opening stream: 1002 source: 256 2023-01-22 13:47:45.087 T:8238 info <general>: Finding audio codec for: 86018 2023-01-22 13:47:45.087 T:8238 info <general>: CDVDAudioCodecAndroidMediaCodec: extradata required for aac decoder! 2023-01-22 13:47:45.088 T:8238 info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac 2023-01-22 13:47:45.088 T:8238 info <general>: Creating audio thread 2023-01-22 13:47:45.089 T:8268 info <general>: running thread: CVideoPlayerAudio::Process() 2023-01-22 13:47:45.099 T:8268 info <general>: CDVDAudioCodecAndroidMediaCodec: extradata required for aac decoder! 2023-01-22 13:47:45.099 T:8268 info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac 2023-01-22 13:47:45.099 T:8268 info <general>: CDVDAudioCodecAndroidMediaCodec: extradata required for aac decoder! 2023-01-22 13:47:45.100 T:8268 info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac 2023-01-22 13:47:45.100 T:8268 info <general>: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through) 2023-01-22 13:47:45.130 T:7822 info <general>: CActiveAESink::OpenSink - initialize sink 2023-01-22 13:47:45.135 T:7822 info <general>: Trying to open: samplerate: 48000, channelMask: 12, encoding: 4 2023-01-22 13:47:45.152 T:7822 info <general>: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 48000 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 61504 m_frames: 1922 m_frameSize: 8 channels: 2 2023-01-22 13:47:45.183 T:7802 info <general>: Instancing CRendererMediaCodecSurface 2023-01-22 13:47:45.184 T:7802 info <general>: CRendererMediaCodecSurface::Configure 2023-01-22 13:47:45.201 T:7802 info <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY 2023-01-22 13:47:45.713 T:8264 warning <general>: OutputPicture - timeout waiting for buffer 2023-01-22 13:47:52.283 T:7802 info <general>: Loading skin file: VideoOSD.xml, load type: KEEP_IN_MEMORY 2023-01-22 13:47:53.864 T:7802 info <general>: Loading skin file: Custom_1101_SettingsList.xml, load type: KEEP_IN_MEMORY 2023-01-22 13:47:55.329 T:7802 info <general>: Loading skin file: DialogSettings.xml, load type: KEEP_IN_MEMORY 2023-01-22 13:48:09.459 T:8268 info <general>: CVideoPlayerAudio::Process - stream stalled 2023-01-22 13:48:09.940 T:8264 warning <general>: OutputPicture - timeout waiting for buffer 2023-01-22 13:48:19.449 T:7802 info <general>: Loading skin file: DialogSettings.xml, load type: KEEP_IN_MEMORY 2023-01-22 13:48:40.328 T:8268 info <general>: Skipped 1 duplicate messages.. 2023-01-22 13:48:40.327 T:8268 info <general>: CVideoPlayerAudio::Process - stream stalled 2023-01-22 13:48:40.814 T:8264 warning <general>: OutputPicture - timeout waiting for buffer 2023-01-22 13:49:03.882 T:2654 info <general>: CAndroidUtils: Preferred refresh rate: 120.000008 2023-01-22 13:49:03.883 T:2654 info <general>: CAndroidUtils: Current resolution: 3044x1440 3044x1440 @ 120.000008 - Full Screen 2023-01-22 13:49:04.647 T:7802 info <general>: CWinSystemAndroid::DestroyWindow 2023-01-22 13:49:04.970 T:7802 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(false)

@Jkadam30
Copy link

JIO TV is not working since Morning. Please look into the matter and do the needful.

@shaan-mahendra
Copy link

Jio tv not working please fix

Copy link

@Viraagj Viraagj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not fixed anymore

@Azadsolanki84
Copy link

Hello admin....from today morning we have been getting same issues as before, jio tv isn't working....pls solve this issue...!

@shaan-mahendra
Copy link

Not fixed anymore

Project closed?

@shaan-mahendra
Copy link

Showing url error no hostname assosiated is showing while playing channels

@Viraagj
Copy link

Viraagj commented Jan 28, 2023

Hmm 🙄🤔 anyone there?

@shaan-mahendra
Copy link

Hmm 🙄🤔 anyone there?

Yes

@Viraagj
Copy link

Viraagj commented Jan 28, 2023

Has anyone contacted @Geletinousamigo

@viswanraja
Copy link

@shaan-mahendra @Viraagj @Geletinousamigo Any lates update on the issues, please let me know once plugin package is available with fixed...

@TraxVishal
Copy link

Help @bug-exterminator @Geletinousamigo

@UmangLadha
Copy link

Didi you guys find any solution of this problem

@Viraagj
Copy link

Viraagj commented Jan 29, 2023

Didi you guys find any solution of this problem

Most probably this shit is with m3u8 playlist

Simple IPTV client can't play it properly

@anishsane
Copy link

Hi @AdityaDarke2, can you please update the description of your PR?

This PR is actually about the updated code for using variant playlist format, rather than hosting it elsewhere.
I got confused and ended up creating a duplicate PR for merging the same changes.

If you update the description and the heading of the PR, I can close my PR.

@Mujtiba
Copy link

Mujtiba commented Jan 31, 2023

Showing http 405 error...

@azizian-sk
Copy link

Showing http 405 error...

Same

@Mujtiba
Copy link

Mujtiba commented Feb 3, 2023

@UmangLadha
Copy link

It's showing 'key error 18'

@viswanraja
Copy link

It is showing key error 18

@Azadsolanki84
Copy link

Azadsolanki84 commented Feb 7, 2023 via email

@Azadsolanki84
Copy link

Azadsolanki84 commented Feb 13, 2023 via email

@Mujtiba
Copy link

Mujtiba commented Feb 13, 2023

Channels working when going to addon in kodi, but ip pvr client showing key error 18

@Azadsolanki84
Copy link

Azadsolanki84 commented Feb 13, 2023 via email

virresh pushed a commit to virresh/plugin.video.jiotv that referenced this pull request Dec 31, 2023
* OS-001 fix featured catchup

* OS-001 fix catchup from context menu
virresh pushed a commit to virresh/plugin.video.jiotv that referenced this pull request Dec 31, 2023
* OS-001 fix featured catchup

* OS-001 fix catchup from context menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.