Sanshruth commited on
Commit
a1c69a0
·
verified ·
1 Parent(s): 5a08ee8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,7 +278,7 @@ with gr.Blocks() as demo:
278
 
279
  # Step 1: Enter the IP Camera Stream URL
280
  # ip="https://view.h264.cam/ref/kta/live.primary.m3u8"
281
- ip="https://edge01.london.nginx.hdontap.com/hosb1/cobblestone_ttv.stream/chunklist_w530068659.m3u8"
282
  stream_url = gr.Textbox(label="Enter IP Camera Stream URL", value=ip, visible=False)
283
 
284
 
 
278
 
279
  # Step 1: Enter the IP Camera Stream URL
280
  # ip="https://view.h264.cam/ref/kta/live.primary.m3u8"
281
+ ip="https://edge01.london.nginx.hdontap.com/hosb1/cobblestone_ttv.stream/chunklist_w1477066012.m3u8"
282
  stream_url = gr.Textbox(label="Enter IP Camera Stream URL", value=ip, visible=False)
283
 
284