Post

Replies

Boosts

Views

Activity

SSDP M-Search not working in iOS 16 onwards
We are using the linux upnp for network device detection, till iOS 15.7 it working, suddenly on iOS 16 onwards the M-search request is not broadcasting. For this there are no errors observed from the log. When we check the TCP dump, M-Search request is not observed. In apple developer forum, suggested to enable the "Multicast" in bundle identifier, but I couldn't able to find that option while registering or updating the bundle identifier capabilities. Can you please let us how to enable the "Multicast" option. While is this issue will resolve if we use the Network.Framework to discover the network devices ?
1
0
781
Jan ’23
How to pause HLS live using AV-Player
Used the PreferredForwardBufferDuration, this also after 2 - 3 minutes unable to pause the video, its catching live if pause duration more than 2 -3 minutes. Example:  [self.player.currentItem setPreferredForwardBufferDuration:60];   self.player.automaticallyWaitsToMinimizeStalling = YES;  self.player.currentItem.canUseNetworkResourcesForLiveStreamingWhilePaused = NO; How to stop buffering the AV-Player during pause state How to clear the AV-Player buffer during pause. SeekToTime is not working properly for live channel, I want to seek just one/two sec back. With SeekToTime if av-player unable to seek to previous time line its catching the future position. Manifest providing to av-player, #EXT-X-VERSION:4 #EXT-X-TARGETDURATION:1 #EXT-X-MEDIA-SEQUENCE:1 #EXT-X-KEY:METHOD=AES- http://ServerAddress/f1655359642.ts #EXT-X-KEY:METHOD=AES- http://ServerAddress/f1655359643.ts #EXT-X-KEY:METHOD=AES- #EXTINF:0.984, http://ServerAddress/f1655359644.ts
0
0
1.2k
Jun ’22
SSDP M-Search not working in iOS 16 onwards
We are using the linux upnp for network device detection, till iOS 15.7 it working, suddenly on iOS 16 onwards the M-search request is not broadcasting. For this there are no errors observed from the log. When we check the TCP dump, M-Search request is not observed. In apple developer forum, suggested to enable the "Multicast" in bundle identifier, but I couldn't able to find that option while registering or updating the bundle identifier capabilities. Can you please let us how to enable the "Multicast" option. While is this issue will resolve if we use the Network.Framework to discover the network devices ?
Replies
1
Boosts
0
Views
781
Activity
Jan ’23
How to pause HLS live using AV-Player
Used the PreferredForwardBufferDuration, this also after 2 - 3 minutes unable to pause the video, its catching live if pause duration more than 2 -3 minutes. Example:  [self.player.currentItem setPreferredForwardBufferDuration:60];   self.player.automaticallyWaitsToMinimizeStalling = YES;  self.player.currentItem.canUseNetworkResourcesForLiveStreamingWhilePaused = NO; How to stop buffering the AV-Player during pause state How to clear the AV-Player buffer during pause. SeekToTime is not working properly for live channel, I want to seek just one/two sec back. With SeekToTime if av-player unable to seek to previous time line its catching the future position. Manifest providing to av-player, #EXT-X-VERSION:4 #EXT-X-TARGETDURATION:1 #EXT-X-MEDIA-SEQUENCE:1 #EXT-X-KEY:METHOD=AES- http://ServerAddress/f1655359642.ts #EXT-X-KEY:METHOD=AES- http://ServerAddress/f1655359643.ts #EXT-X-KEY:METHOD=AES- #EXTINF:0.984, http://ServerAddress/f1655359644.ts
Replies
0
Boosts
0
Views
1.2k
Activity
Jun ’22