I have a url that the video should contain:
http: //img.epictv.compodcasts/Surf_Report_Tahiti_Take_2_podcast.mp4
But it seems to be broken (resource unavailable). Is it possible to find out that it is broken programmatically?
If you want to check the url just do a HEAD request using NSURLConnection .
HEAD
NSURLConnection
The first thing I think about checking the URL was thinking that NSURLConnection could do it too (and virtually any ping process should be based on NSURLConnection). You can use this open-source for this.
Hope this answer satisfies you.
Source: https://habr.com/ru/post/952104/More articles:Raw C ++ code to display table names on a compact SQL server using OLE DB - c ++IntelliJ IDEA - Multiple Pockets? - intellij-ideaHow to get meshes in bs3 for the stack when the screen is less than 480 pixels? - twitter-bootstrapConfigure Sql Server Object Explorer Right-click menu items - sqlHow to determine if a photo is a poster (not realistic)? - artificial-intelligenceWhy is the global ExecutionContext not the default parameter in a future block? - scalaHow to delete rows in jqgrid - jqueryWake + Wifi lock no effect - androidng-options displays the empty option selected, even if the ng model is defined - angularjsCalling a Windows form by its class name - vb.netAll Articles