Added Ericsson default values
This commit is contained in:
parent
c506e2baea
commit
871f5224ff
2 changed files with 3 additions and 8 deletions
|
|
@ -29,16 +29,11 @@ public class UeBehaviourSurfing extends UeBehaviour {
|
||||||
protected static final int MAX_BUFFER_SIZE = 500000;
|
protected static final int MAX_BUFFER_SIZE = 500000;
|
||||||
|
|
||||||
@Configurable("Web Address")
|
@Configurable("Web Address")
|
||||||
private String rootUrl;
|
private String rootUrl = "http://www.ericsson.com";
|
||||||
|
|
||||||
private transient long estimatedDataLength = -1;
|
private transient long estimatedDataLength = -1;
|
||||||
|
|
||||||
public UeBehaviourSurfing(){
|
|
||||||
this("http://google.com");
|
|
||||||
}
|
|
||||||
public UeBehaviourSurfing(String url){
|
|
||||||
rootUrl = url;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static class URLContainer{
|
private static class URLContainer{
|
||||||
public URL url;
|
public URL url;
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ public class UeBehaviourVideoStreaming extends UeBehaviour implements MediaPlaye
|
||||||
protected static final String YOUTUBE_FEED_URL = "http://gdata.youtube.com/feeds/api/videos/";
|
protected static final String YOUTUBE_FEED_URL = "http://gdata.youtube.com/feeds/api/videos/";
|
||||||
|
|
||||||
@Configurable("Streaming URL")
|
@Configurable("Streaming URL")
|
||||||
private String url;
|
private String url = "I9L79_xEQ-U";
|
||||||
|
|
||||||
private transient Exception playbackException;
|
private transient Exception playbackException;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue