lastraum

Results 3 comments of lastraum

Sure thing. Here's a web3 example interacting with a contract on mainnet passing in tuples as parameters. `var newLeaseDetail = { rentAmount: this.state.web3.utils.toWei("" + this.state.amount, 'ether'), leaseLength: this.state.length, rentToken: this.state.token,...

So following your example, proxying a static website is fine and works perfectly. But if i want to proxy an m3u8 link (https://liveproduseast.global.ssl.fastly.net/btv/desktop/us_live.m3u8), the index.js no longer works. Are there...

Ok interesting. I was doing some reading too and saw where people were determining if the request was .m3u8 or if it was a .ts and handling the request accordingly....