Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Swift 5 中遇到了 MobileVLCKit pod 的问题。当我使用没有任何标题的 URL 时,一切正常(例如:https ://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4 )
但是当我使用带有标题的 URL(例如http://192.168.1.10/stream?stream1)时,应用程序崩溃并返回到主 ViewController。
谁能给我一个建议,为什么会这样?
在此先感谢,帕特里克