Searched refs:url (Results 1 – 6 of 6) sorted by relevance
| /xiu/protocol/webrtc/src/clients/ |
| H A D | whep.js | 20 async view(pc, url, token) { argument 76 const fetched = await fetch(url, { 88 this.resourceURL = new URL(fetched.headers.get("location"), url); 105 const url = items[0].trim().replace(/<(.*)>/, "$1").trim(); 133 links[rel].push({ url, params }); field 143 this.eventsUrl = new URL(links[Extensions.Core.ServerSentEvents][0].url, url); 145 this.layerUrl = new URL(links[Extensions.Core.Layer][0].url, url); 198 urls: server.url
|
| /xiu/protocol/rtsp/src/http/ |
| H A D | mod.rs | 9 pub url: String, field 37 if let Some(url) = fields.next() { in unmarshal() 38 rtsp_request.url = url.to_string(); in unmarshal() 40 if let Some(val) = url.strip_prefix("rtsp://") { in unmarshal() 42 let path = &url[7 + index + 1..]; in unmarshal() 44 let address_with_port = &url[7..7 + index]; in unmarshal() 88 let mut request_str = format!("{} {} {}\r\n", self.method, self.url, self.version); in marshal()
|
| /xiu/protocol/rtmp/src/utils/ |
| H A D | mod.rs | 22 pub fn new(url: String) -> Self { in new() 24 raw_url: url, in new()
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | client_session.rs | 345 let url = format!( in send_connect() localVariable 355 properties.tc_url = Some(url.clone()); in send_connect() 366 properties.tc_url = Some(url.clone()); in send_connect()
|
| /xiu/ |
| H A D | Cargo.lock | 2203 "url", 2414 "url", 2679 "url", 3084 name = "url" 3269 "url", 3353 "url",
|
| /xiu/protocol/rtsp/src/session/ |
| H A D | mod.rs | 331 if !rtsp_request.url.contains(&track.media_control) { in handle_setup()
|